mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-01 00:39:00 +01:00
gguf : update readme with build notes
This commit is contained in:
parent
8798aea247
commit
2897926d90
@ -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.
|
||||
|
@ -1,3 +1 @@
|
||||
from .gguf import GGUFWriter
|
||||
|
||||
__version__ = '0.1.0'
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user