From b77846a6e624b28952bfce8c54b5a20e0b44d2f6 Mon Sep 17 00:00:00 2001 From: pogpog Date: Mon, 30 Sep 2024 19:17:33 +0100 Subject: [PATCH] Fix link in gguf.md (#33768) Change hyphen to underscore for URL in link to convert_hf_to_gguf.py --- docs/source/en/gguf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/gguf.md b/docs/source/en/gguf.md index 5ac7279292..0c6700544a 100644 --- a/docs/source/en/gguf.md +++ b/docs/source/en/gguf.md @@ -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`: