From: M. Yusuf Sarıgöz Date: Fri, 25 Aug 2023 09:43:41 +0000 (+0300) Subject: gguf : export objects to user code (#2780) X-Git-Tag: gguf-v0.4.0~245 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8194cd8772c58b8a43aa07a2fc468f5366d7e320;p=pkg%2Fggml%2Fsources%2Fllama.cpp gguf : export objects to user code (#2780) * gguf export more objects to user code * gguf export all objects to user code for now * gguf : bump version --- diff --git a/gguf-py/gguf/__init__.py b/gguf-py/gguf/__init__.py index 718ea71e..f9b70a85 100644 --- a/gguf-py/gguf/__init__.py +++ b/gguf-py/gguf/__init__.py @@ -1 +1 @@ -from .gguf import GGUFWriter +from .gguf import * diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index a6bce946..cc70e28b 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.2.0" +version = "0.2.1" description = "Write ML models in GGUF for GGML" authors = ["GGML "] packages = [