Explorar o código

gguf-py : fix broken link

Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
769a7bc85e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gguf-py/README.md

+ 1 - 1
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