Fix link in gguf.md (#33768)

Change hyphen to underscore for URL in link to convert_hf_to_gguf.py
This commit is contained in:
pogpog 2024-09-30 19:17:33 +01:00 committed by GitHub
parent baa765f813
commit b77846a6e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,7 @@ Now you have access to the full, unquantized version of the model in the PyTorch
with a plethora of other tools.
In order to convert back to a `gguf` file, we recommend using the
[`convert-hf-to-gguf.py` file](https://github.com/ggerganov/llama.cpp/blob/master/convert-hf-to-gguf.py) from llama.cpp.
[`convert-hf-to-gguf.py` file](https://github.com/ggerganov/llama.cpp/blob/master/convert_hf_to_gguf.py) from llama.cpp.
Here's how you would complete the script above to save the model and export it back to `gguf`: