Skip to content

Commit

Permalink
Merge branch 'huggingface:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony authored Sep 30, 2024
2 parents 347f761 + b77846a commit 634837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/gguf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit 634837f

Please sign in to comment.