MTP

#6
by thiagottjv - opened

I coudnt find a fork/PR that work with this file. Any suggestions?

Same here on the latest lama.cpp just says could not find MTP layers.

Ich check. None of the versions contain MTP headers.
I understand this is to save memory?
Could you please release model files with MTP headers?

llama.cpp main doesnt have MTP support for Qwen 3.8 Flash Next.
On this README it says this in Total / active parameters: 125B total / 6B active, plus 51B n-gram embedding and a 4B MTP layer. But I don't know if this is just an info from the main project or they really left the MTP on the GGUF.

The llamacpp support is in PR 27739, review - waiting for merge.
But I must correct myself, after merge we can use https://huggingface.co/dzannotti/Qwen3.8-Flash-Next-MTP-GGUF for the MTP heads as well. No include in the GGUFs required.

Small correction: PR 27739 was discarded, as was #27793. The merged one is #27742 (architecture), and MTP is #27836, still open, with #28097 fixing draft-head-only loading. Details in #12.

Sign up or log in to comment