-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
when i use container to do sft for any model, it has context not found error #11825
Comments
09-53 |
nothing did i succeed |
container docker pull nvcr.io/nvidia/nemo:24.12
nemo llm finetune -f llama32_1b peft=lora # acceptable values are lora/dora/none
it has error like No such file: '/root/.cache/nemo/models/meta-llama/Llama-3.2-1B/context'
the document i followed
https://docs.nvidia.com/nemo-framework/user-guide/latest/sft_peft/peft_nemo2.html
dir="/checkpoints/llama3.2_1b", #
here, what is the dir , isn't it the dir for hugginface model downloaded?
The text was updated successfully, but these errors were encountered: