gguf : update readme with build notes

This commit is contained in:
M. Yusuf Sarıgöz 2023-08-25 09:06:33 +03:00
parent 8798aea247
commit 2897926d90
3 changed files with 3 additions and 4 deletions

View File

@ -36,7 +36,7 @@ pip install build twine
Then, folow these steps to release a new version:
1. Update versions in `pyproject.toml` and `__init__.py`.
1. Update the version in `pyproject.toml`.
2. Build the package:
```sh
@ -52,3 +52,4 @@ 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.

View File

@ -1,3 +1 @@
from .gguf import GGUFWriter
__version__ = '0.1.0'

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "gguf"
version = "0.1.0"
version = "0.2.0"
description = "Write ML models in GGUF for GGML"
authors = ["GGML <ggml@ggml.ai>"]
packages = [