Skip to content

Commit 83321c6

Browse files
authored
gguf-py rel pipeline (#8410)
* Upd gguf-py/readme * Bump patch version for release
1 parent cc61948 commit 83321c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gguf-py/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@ python -m twine upload dist/*
7979
```
8080

8181
## TODO
82-
- [ ] Add tests
8382
- [ ] Include conversion scripts as command line entry points in this package.

gguf-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gguf"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Read and write ML models in GGUF for GGML"
55
authors = ["GGML <[email protected]>"]
66
packages = [

0 commit comments

Comments
 (0)