-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Newbie trying cake on Llama3.2 issue with missing lm_head.weight #38
Comments
I also try this. I found when I try Meta-Llama-3-8B with file model.safetensors.index.json and not do split model. then I can start the node successfully. but Llama-3.2-1B do not have this file.. |
The workaround i sound is replacing then lm head with model.embed_tokens tensor as 1b and 3b models doesnt have lm head tensor in there,
with this
It will work |
Hi,
I am hoping this project may enable me to try inference across a PC (Windows) with NVIDIA 4070 Super GPU and a Mac mini (M2 Pro).
I used:
then:
There is no lm_head.weight file in the hugging face model files repo so what do I need to do?
Regards
The text was updated successfully, but these errors were encountered: