Does this model has an mtp layer?

#1
by moranilt - opened

Does this model has an mtp layer?

Sorry, but there's no MTP layer. However, you can add one yourself. From my testing, it's already very fast, but the limitation is that implementing MTP doesn't significantly speed things up as much as might think.

First of all, very impressive model πŸ˜‰

I used the following MTP head, seems to work quite well

Originally from https://huggingface.co/unsloth/Ornith-1.0-35B-GGUF/discussions/3
a4lg/Qwen3.5-35B-A3B-MTP-ONLY-GGUF

I did some preliminary tests using this prompt as a reference in llama.cpp on my Strix Halo
https://github.com/w512/Prompt-Vault/blob/master/Hard/Kanban_Board.md

Without MTP
image

With MTP using
spec-draft-n-max = 3
spec-draft-p-min = 0.1
spec-draft-p-split = 0.1

image

thank you so much

Sign up or log in to comment