Views
No views yet
unsloth/Qwen3.8-27B-GGUF → Qwen3.8-27B-UD-IQ2_XXS.gguf file already
contains the embedded NextN/MTP draft head (blk.64.nextn.eh_proj/enorm/hnorm/ shared_head_norm.weight). No separate draft file and no ~50 GB HF-source build
step is required — just serve it with --spec-type draft-mtp.common_speculative_init_result: creating MTP draft context against the target model
slot print_timing: draft acceptance = 0.71.. (mean len ~3.1)qwen38-mtp-llama-swap.yaml into your llama-swap.yaml
(models section). Flags: --spec-default --spec-type draft-mtp --spec-draft-n-max 3 --reasoning-preserve.| ctx | decode tok/s (MTP) | vs no-MTP | peak VRAM |
|---|---|---|---|
| 8K | 68.6 | ~1.8× | 9.86 GB |
| 16K | 68.5 | ~2.0× | 10.02 GB |
| 32K | 69.7 | ~2.2× | 10.48 GB |
llama-bench (lmx) cannot measure
speculative MTP decode — values are manual llama-server print_timing.--reasoning auto setting (Qwen3.8 loops at low temp with reasoning on),
not MTP. Use reasoning off for coding.