Spaces:
Running
Running
Error when converting huihui-ai/Llama-3.2-3B-Instruct-abliterated: Received parameters not in model: lm_head.weight.
#36
by
Felladrin
- opened
Error when trying to convert https://huggingface.co./huihui-ai/Llama-3.2-3B-Instruct-abliterated:
The same error happens when trying to convert https://huggingface.co./chuanli11/Llama-3.2-3B-Instruct-uncensored
The error happens with any quantization selected.
make sure you're logged in by clicking the button at the top of page first.
The config has tier_word_embeddings = True
so it's a bit odd that it's trying to load an LM head weight. I wonder if it's a bug in the config?
I added a fix here https://github.com/ml-explore/mlx-examples/pull/1324