gguf.py : fix CI for publishing GGUF package (#3532)
* Fix CI for publishing GGUF package * Bump version * fix * bump version * bump version * bump version
This commit is contained in:
parent
c47066d833
commit
4d03833211
3 changed files with 3 additions and 3 deletions
|
@ -69,4 +69,3 @@ python -m twine upload dist/*
|
|||
## TODO
|
||||
- [ ] Add tests
|
||||
- [ ] Include conversion scripts as command line entry points in this package.
|
||||
- Add CI workflow for releasing the package.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "gguf"
|
||||
version = "0.4.0"
|
||||
version = "0.4.4"
|
||||
description = "Write ML models in GGUF for GGML"
|
||||
authors = ["GGML <ggml@ggml.ai>"]
|
||||
packages = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue