]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gguf-py : bump version to 0.19.0 (#22664)
authorGeorgi Gerganov <redacted>
Wed, 6 May 2026 12:46:14 +0000 (15:46 +0300)
committerGitHub <redacted>
Wed, 6 May 2026 12:46:14 +0000 (14:46 +0200)
* gguf-py : bump version to 0.19.0

* bump poetry

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
.github/workflows/gguf-publish.yml
gguf-py/pyproject.toml

index a1fba046a9313a53a7a21d1bc338e3ceac4ec453..fb8eab3cdb3b6a43bff2cde051ed456179689c09 100644 (file)
@@ -29,10 +29,10 @@ jobs:
       uses: actions/setup-python@v6
       with:
         python-version: '3.11'
+        pip-install: poetry==2.4.0
     - name: Install dependencies
       run: |
         cd gguf-py
-        python -m pip install poetry==2.3.2
         poetry install
 
     - name: Build package
index 8a0783e647ed3d28a99666192f947e10233ddd4c..b2a36460ad883490e909aaa86dd74701a9286eb2 100644 (file)
@@ -1,8 +1,8 @@
 [project]
 name = "gguf"
+version = "0.19.0"
 description = "Read and write ML models in GGUF for GGML"
 keywords = ["ggml", "gguf", "llama.cpp"]
-version = "0.18.0"
 dynamic = ["classifiers"]
 readme = "README.md"
 authors = [{name = "GGML", email = "ggml@ggml.ai"}]