diff options
Diffstat (limited to 'gguf-py/README.md')
-rw-r--r-- | gguf-py/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gguf-py/README.md b/gguf-py/README.md index 22d7ffa5..a04c2275 100644 --- a/gguf-py/README.md +++ b/gguf-py/README.md @@ -21,6 +21,8 @@ pip install gguf [scripts/gguf-convert-endian.py](https://github.com/ggerganov/llama.cpp/blob/master/gguf-py/scripts/gguf-convert-endian.py) — Allows converting the endianness of GGUF files. +[scripts/gguf-new-metadata.py](https://github.com/ggerganov/llama.cpp/blob/master/gguf-py/scripts/gguf-new-metadata.py) — Copies a GGUF file with added/modified/removed metadata values. + ## Development Maintainers who participate in development of this package are advised to install it in editable mode: |