Open William-Wildridge opened 3 months ago
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!
Oh yes!! Actually would you be interested in opening a PR and editing the Readme file, and then I'll copy paste your edits to the Wiki :)
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!