[/usr/local/lib/python3.10/dist-packages/unsloth/save.py](https://localhost:8080/#) in save_to_gguf(model_type, model_dtype, is_sentencepiece, model_directory, quantization_method, first_conversion, _run_installer)
982 quantize_location = "llama.cpp/llama-quantize"
983 else:
--> 984 raise RuntimeError(
985 "Unsloth: The file 'llama.cpp/llama-quantize' or 'llama.cpp/quantize' does not exist.\n"\
986 "But we expect this file to exist! Maybe the llama.cpp developers changed the name?"
RuntimeError: Unsloth: The file 'llama.cpp/llama-quantize' or 'llama.cpp/quantize' does not exist.
But we expect this file to exist! Maybe the llama.cpp developers changed the name?
Got this error when using
model.push_to_hub_ggufin Unsloth ?