We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224090c commit 04ba8fcCopy full SHA for 04ba8fc
gguf-py/README.md
@@ -79,5 +79,4 @@ python -m twine upload dist/*
79
```
80
81
## TODO
82
-- [ ] Add tests
83
- [ ] Include conversion scripts as command line entry points in this package.
gguf-py/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gguf"
3
-version = "0.9.0"
+version = "0.9.1"
4
description = "Read and write ML models in GGUF for GGML"
5
authors = ["GGML <[email protected]>"]
6
packages = [
0 commit comments