Tensor error

#1
by sidran - opened

I get this error while using the same command parameters I used with your non MTP preserving version:
llama_model_load: error loading model: missing tensor 'blk.40.ssm_conv1d.weight'
Same error with dense 27B MTP preserving version (Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-Q4_K_M.gguf)

I get this error while using the same command parameters I used with your non MTP preserving version:

I don't know what your settings nor inference engine are, so it could be various things, it could be that whatever you are using is not on the latest version and/or it could be that it's because MTP support is relatively new and on a lot of places support is still a work in progress and hasn't been implemented yet.

https://www.reddit.com/r/LocalLLaMA/comments/1t3guzw/llamacpp_mtp_support_now_in_beta/

Yup, its llama.cpp (today's build). I expected this to be already implemented, havent even checked.
Thanks.

So is it (mtp) implemented yet or not ? What version to install ?

So is it (mtp) implemented yet or not ? What version to install ?

That depends, what are you using the model with? If it's vLLM it should be fine and work, if it's ik_llama.cpp it might work I dunno, if it's LM Studio it won't work yet because the llama.cpp PR is still clearly labelled as "Draft".

MTP support just got merged. This should run now on llamacpp.

MTP support just got merged. This should run now on llamacpp.

Thank you for the notification. Now I just have to wait for it to reach release.

MTP support just got merged. This should run now on llamacpp.

Thank you for the notification. Now I just have to wait for it to reach release.

No update from LM Studio yet though.

MTP release is out.

Sign up or log in to comment