]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
gguf-py : fix broken link
authorGeorgi Gerganov <redacted>
Thu, 21 Dec 2023 21:20:36 +0000 (23:20 +0200)
committerGitHub <redacted>
Thu, 21 Dec 2023 21:20:36 +0000 (23:20 +0200)
gguf-py/README.md

index a27d2fc0e10215b805c726897f53777cee851a53..22d7ffa52d4daaca579a3b0ac4997073eae20468 100644 (file)
@@ -3,7 +3,7 @@
 This is a Python package for writing binary files in the [GGUF](https://github.com/ggerganov/ggml/pull/302)
 (GGML Universal File) format.
 
-See [convert-llama-hf-to-gguf.py](https://github.com/ggerganov/llama.cpp/blob/master/convert-llama-hf-to-gguf.py)
+See [convert-llama-hf-to-gguf.py](https://github.com/ggerganov/llama.cpp/blob/master/convert-hf-to-gguf.py)
 as an example for its usage.
 
 ## Installation