gguf-py : dump version to 0.18.0 (#19950)
This commit updates the gguf-py package version to 0.18.0 in preperation of a new release to PyPI. Refs: https://github.com/ggml-org/llama.cpp/discussions/19948
This commit is contained in:
parent
2e7e638523
commit
8387ffb28d
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "gguf"
|
||||
version = "0.17.1"
|
||||
version = "0.18.0"
|
||||
description = "Read and write ML models in GGUF for GGML"
|
||||
authors = ["GGML <ggml@ggml.ai>"]
|
||||
packages = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue