MTP added in

#2
by danielhanchen - opened
Unsloth AI org
β€’
edited May 31

Hey all - we just added the MTP tensors inside the NVFP4 quant - it's directly grafted inside the NVFP4 quant, and we confirmed it works!
Both vLLM and SGLang work for this.
We tried vllm==0.22.0 and sglang==0.5.9 - sglang seems to have error-ed for now - try main sglang maybe

vLLM:

vllm serve unsloth/Qwen3.6-35B-A3B-NVFP4 --trust-remote-code --dtype bfloat16 --moe-backend marlin \
     --speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}'

Daniel will this be shared as GGUF?

Unsloth AI org

@ZombieWormHole NVFP4? It's better to use UD-Q4_K_XL MTP directly - https://huggingface.co/unsloth/Qwen3.6-35B-A3B-MTP-GGUF since we found NVFP4 to be slower and less accurate since there's no imatrix support

Sign up or log in to comment