gguf-py : bump version to 0.19.0 (#22664)
* gguf-py : bump version to 0.19.0 * bump poetry --------- Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
@@ -29,10 +29,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
pip-install: poetry==2.4.0
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd gguf-py
|
cd gguf-py
|
||||||
python -m pip install poetry==2.3.2
|
|
||||||
poetry install
|
poetry install
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "gguf"
|
name = "gguf"
|
||||||
|
version = "0.19.0"
|
||||||
description = "Read and write ML models in GGUF for GGML"
|
description = "Read and write ML models in GGUF for GGML"
|
||||||
keywords = ["ggml", "gguf", "llama.cpp"]
|
keywords = ["ggml", "gguf", "llama.cpp"]
|
||||||
version = "0.18.0"
|
|
||||||
dynamic = ["classifiers"]
|
dynamic = ["classifiers"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
authors = [{name = "GGML", email = "ggml@ggml.ai"}]
|
||||||
|
|||||||
Reference in New Issue
Block a user