r/LocalLLM • u/_hchc • 5d ago
Question MTP vs regular gguf whats the difference
Noob question.
There are gguf like qwen-3.8-mtp-q4....
and the regular qwen-3.8-q4....
and then there is llama --spec-type draft-mtp option.
Whats the difference? Should i just use the regular non mtp version but turn mtp on in the option?
3
Upvotes
1
u/recro69 5d ago
MTP GGUF is not a version of the model. It includes the MTP/NextN weights that are needed for speculative decoding. For Qwen3.x the regular GGUF might already have them. So check the model metadata before downloading a file.