MTP layers

#1
by felkf - opened

Was the MTP layer trained jointly with the model, or was it just added after mergeing?

Hi, I don't train these models; I use MergeKit with Dare-Ties and modify the code to improve the algorithm without training the model. After obtaining the new LLM model, I extract the MTP and implant a new MTP model, which would be 'official Qwen3.6-35B-A3B GGUF'. In version 2, I implant another MTP model. With each MTP implant, I modify certain layers to improve accuracy.

Could you upload this model in Hugging Face format (safetensors) as well? I really want to convert it to MLX format to run on Apple Silicon. Thank you!

felkf changed discussion status to closed

but there is no mtp layers info in model.safetensors.index.json file

If that's the case, then I made a mistake; I would have to review the code and I don't have it on hand.

Hi, after reviewing the code you're absolutely right, safetensors doesn't have the MTP graft, but GGUF does at layer 40. I need to correct that since I never added the flag. Thank you very much.

Luckily I named the model 'tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties' and not 'tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties-MTP', I need to create a model 'tepirale/Ornith-Agents-A1-3.6-35B-A3B-dare_ties-MTP'

gguf models without problems

It has integrated MTP

Yes! that a point

Sign up or log in to comment