mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	gguf : update readme with build notes
This commit is contained in:
		@@ -36,7 +36,7 @@ pip install build twine
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Then, folow these steps to release a new version:
 | 
					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:
 | 
					2. Build the package:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
@@ -52,3 +52,4 @@ python -m twine upload dist/*
 | 
				
			|||||||
## TODO
 | 
					## TODO
 | 
				
			||||||
- [ ] Add tests
 | 
					- [ ] Add tests
 | 
				
			||||||
- [ ] Include conversion scripts as command line entry points in this package.
 | 
					- [ ] 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
 | 
					from .gguf import GGUFWriter
 | 
				
			||||||
 | 
					 | 
				
			||||||
__version__ = '0.1.0'
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = "gguf"
 | 
					name = "gguf"
 | 
				
			||||||
version = "0.1.0"
 | 
					version = "0.2.0"
 | 
				
			||||||
description = "Write ML models in GGUF for GGML"
 | 
					description = "Write ML models in GGUF for GGML"
 | 
				
			||||||
authors = ["GGML <ggml@ggml.ai>"]
 | 
					authors = ["GGML <ggml@ggml.ai>"]
 | 
				
			||||||
packages = [
 | 
					packages = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user