-
Notifications
You must be signed in to change notification settings - Fork 11.6k
finetune error: ggml_flash_attn_ext() not yet supported #7523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Should be fixed with 9588f19 |
Don't use |
thx, 3030 run USING : --no-flash |
Closed
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been finetuning a model based on
Meta-Llama-3-8B
usingfinetune
. The model was downloaded from themeta-llama
Hugging Face. I am running macOS on Apple Silicon. I recently updated llama.cpp to b2989 (27891f6) which broke finetune.Steps to reproduce:
make clean
andmake
python convert-hf-to-gguf.py models/Meta-Llama-3-8B/
./finetune --model-base models/Meta-Llama-3-8B/ggml-model-f16.gguf --lora-out lora-test-0x00001.bin --train-data shakespeare.txt --threads 6 --adam-iter 30 --batch 4 --ctx 64 --save-every 10 --use-checkpointing
Output:
The text was updated successfully, but these errors were encountered: