Views
No views yet
self_attn, and the GatedDeltaNet out_proj.in_proj_a/in_proj_b, lm_head, embeddings, vision tower, MTP head.compressed-tensors (int-quantized). Full recipe: recipe.yaml.mtp.safetensors, bf16) and is listed in quantization_config.ignore, so vLLM loads it unquantized and speculative decoding works out of the box. Quantizers silently drop this head — if you re-quantize the base yourself, graft it back or spec-decode will accept 0 %.temperature=1.0, top_p=0.95, top_k=20), default reasoning_effort, max_tokens=24576, and the question suffixed with "Put your final numeric answer inside \boxed{}". The INT4-W4A16 build of the same model scores 96.4 % (241/250) under the identical protocol — the two are indistinguishable at this sample size, i.e. INT8 buys no measurable accuracy over INT4 here.reasoning_effort and enable_thinking passthrough, and MTP speculative decoding at mean accept length ≈ 2.5 / 3.0 with K=2. MMLU-Pro has not been run.| Build | decode | prefill |
|---|---|---|
| INT8-W8A8 (this) | 73 tok/s | 4408 tok/s |
| INT4-W4A16 | 90 tok/s | 2276 tok/s |
1vllm serve Avesed/Qwen3.8-27B-INT8-W8A8 \
2 --tensor-parallel-size 2 --trust-remote-code --reasoning-parser qwen3--speculative-config '{"method":"mtp","num_speculative_tokens":2}' to use the MTP head.temperature=1.0, top_p=0.95, top_k=20; non-thinking temperature=0.7, top_p=0.80, top_k=20, presence_penalty=1.5.