From: M. Yusuf Sarıgöz Date: Wed, 10 Jul 2024 12:12:35 +0000 (+0300) Subject: gguf-py rel pipeline (#8410) X-Git-Tag: upstream/0.0.4488~1123 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=83321c6958acf20747d288031174cc1bf8816e33;p=pkg%2Fggml%2Fsources%2Fllama.cpp gguf-py rel pipeline (#8410) * Upd gguf-py/readme * Bump patch version for release --- diff --git a/gguf-py/README.md b/gguf-py/README.md index bc46d6e1..9dd888f3 100644 --- a/gguf-py/README.md +++ b/gguf-py/README.md @@ -79,5 +79,4 @@ python -m twine upload dist/* ``` ## TODO -- [ ] Add tests - [ ] Include conversion scripts as command line entry points in this package. diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 36e63ee3..62129126 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.9.0" +version = "0.9.1" description = "Read and write ML models in GGUF for GGML" authors = ["GGML "] packages = [