summaryrefslogtreecommitdiff
path: root/gguf-py
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-12-21 23:20:36 +0200
committerGitHub <noreply@github.com>2023-12-21 23:20:36 +0200
commit769a7bc85eaa44e3d7eadf39abfeff7bb0b9cc2f (patch)
tree3aa366c2c5c5adfeefed5524dbe381e62919ad50 /gguf-py
parent32259b2dade6f6856739bf7ba0a4ff7b474dc760 (diff)
gguf-py : fix broken link
Diffstat (limited to 'gguf-py')
-rw-r--r--gguf-py/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gguf-py/README.md b/gguf-py/README.md
index a27d2fc0..22d7ffa5 100644
--- a/gguf-py/README.md
+++ b/gguf-py/README.md
@@ -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