Skip to content

Instantly share code, notes, and snippets.

@siddhantmedar
Last active December 30, 2024 20:56
Show Gist options
  • Save siddhantmedar/ac61d14108625f3bb220431fb29d56f2 to your computer and use it in GitHub Desktop.
Save siddhantmedar/ac61d14108625f3bb220431fb29d56f2 to your computer and use it in GitHub Desktop.
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?
First, clone the llama.cpp repository and follow the steps below:
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
git checkout b3345
git submodule update --init --recursive
make clean
make all -j
git log -1
Credits to Zhangy-ly for this fix.
If it still does not work, then hardcode the llama.cpp folder path which we cloned earlier in the save.py file found at /usr/local/lib/python3.10/dist-packages/unsloth.
Check out the repository for more information
https://github.com/siddhantmedar/FineLlama-3-2-1B-Instruct-Health-QA-Finetune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment