Fix gguf-convert-endian script (#4037)
* Fix gguf-convert-endian script * Bump version and update description
This commit is contained in:
parent
d96ca7ded7
commit
e86fc56f75
2 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
name = "gguf"
|
||||
version = "0.5.0"
|
||||
description = "Write ML models in GGUF for GGML"
|
||||
version = "0.5.1"
|
||||
description = "Read and write ML models in GGUF for GGML"
|
||||
authors = ["GGML <ggml@ggml.ai>"]
|
||||
packages = [
|
||||
{include = "gguf"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue