MTP support in Q4 ?

#21
by dpachong - opened

At the moment the current Q4 version don't support MTP parameters using llama cpp. "context type MTP requested but model doesn't contain MTP layers
failed to create MTP context"

I thought I was tripping. That's what the agent setting it up told me as well.

Fun fact: ngram table doesn't mean you can't also use spec ngram-mod in parallel

llama doesn't support this model yet. But the model itself alredy contains MTP and n-gram

We're cloning from here. There's no MTP support yet. They're working on it.
https://github.com/ggml-org/llama.cpp/pull/27742

There's a PR for MTP support already and there are MTP GGUFs on hf. I am currently trying to merge it into the qwen4next pr together with speculative prefill..

there are MTP GGUFs on hf

where?

Sign up or log in to comment