Skip to content
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

Unable to finetune using llama.cpp #128

Open
staru09 opened this issue Aug 26, 2024 · 0 comments
Open

Unable to finetune using llama.cpp #128

staru09 opened this issue Aug 26, 2024 · 0 comments

Comments

@staru09
Copy link

staru09 commented Aug 26, 2024

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?

@staru09 staru09 changed the title Unable to finetune llama.cpp Unable to finetune using llama.cpp Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@staru09 and others