unsloth icon indicating copy to clipboard operation
unsloth copied to clipboard

convert-hf-to-gguf.py should have underscores.

Open William-Wildridge opened this issue 6 months ago • 1 comments

In the wiki (https://github.com/unslothai/unsloth/wiki) for manually saving to gguf it has the line:

python llama.cpp/convert-hf-to-gguf.py FOLDER --outfile OUTPUT --outtype f16

This should be:

python llama.cpp/convert_hf_to_gguf.py FOLDER --outfile OUTPUT --outtype f16

Thanks!

William-Wildridge avatar Aug 05 '24 16:08 William-Wildridge