The error message you encountered while fine-tuning the model is already in English: "Segmentation fault (core dumped)" #8557
Unanswered
chenbingweb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When following the documentation to fine-tune the model, the following error message appeared;

When I add -ngl 27 to the command, it results in the following error
thank you
./llama-finetune --model-base /gemini/pretrain/open-llama-3b-v2-instruct.Q8_0.gguf --checkpoint-in chk-lora-open-llama-3b-v2-q8_0-shakespeare-LATEST.gguf --checkpoint-out chk-lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.gguf --lora-out lora-open-llama-3b-v2-q8_0-shakespeare-ITERATION.bin --train-data /gemini/data-2/data.txt --save-every 10 --threads 6 --adam-iter 30 --batch 4 --ctx 1024 --use-checkpointing -ngl 29
Beta Was this translation helpful? Give feedback.
All reactions