We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was following this guide to finetune using llama.cpp but was unable to follow along after this
nohup ../build/bin/finetune --model-base llama-2-13b-chat.Q5_K_M.gguf --checkpoint-in checkpoint-250.gguf --lora-out lora.bin --train-data train.txt --sample-start '' --adam-iter 1024 & It throws a 'no such file found' error.
I tried adding an empty folder named 'finetune' to the build/bin, but the issue persists. Can anyone suggest what is needed to be done?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following this guide to finetune using llama.cpp but was unable to follow along after this
I tried adding an empty folder named 'finetune' to the build/bin, but the issue persists. Can anyone suggest what is needed to be done?
The text was updated successfully, but these errors were encountered: