NeMo
Safetensors
llama

Fixing typo at model_path param

#2
No description provided.
Dimitre changed pull request title from Fixing type at model_path param to Fixing typo at model_path param

I am not sure why the git diff points to all text but I only changed the value of model_path to fix a typo that was pointing to the wrong model

previously

model_path = "nvidia/Llama3.1-Minitron-4B-Width-Base"

correct

model_path = "nvidia/Llama-3.1-Minitron-4B-Width-Base"

Thank you so much for finding this error. I was receiving for one hour that model is not recognized even though I pulled and fetched. I was gonna lose my mind. Props to you!!

NVIDIA org

Thank you for noticing this. @Dimitre could you please update the PR with the latest README version? I'll merge it.

NVIDIA org

Fixed in this commit. Thanks again! Closing.

srvm changed pull request status to closed

My pleasure, thanks!

Sign up or log in to comment