Views
No views yet
w4a16_nvfp4-fp8_attn-kv_fp8_cast), plus the trained MTP
head merged back in BF16 for speculative decoding.47202b11…, mirrors the official NVFP4-family checkpoint contract)get_dataset_dataloader with the registered combo cnn_dailymail +
nvidia/Nemotron-Post-Training-Dataset-v2 (stem/chat/math/code splits),
2048 packed rows @ 1024 tokens, left padding, pack=True, max algorithm.kv_cache_quant_algo: "FP8" (cast mode, default scales).
Serve with --kv-cache-dtype fp8. Do not strip this flag: on vLLM 0.27.x
with qwen3_5-family models, a checkpoint without the flag that is served with
the runtime fp8 option takes a broken generic path and produces a
deterministic arithmetic defect (e.g. 19×23 answered "417"). With the flag,
KV routes through ModelOptKVCacheMethod and is exact. Root-caused during
this campaign; upstream-report candidate.| Gate | Result |
|---|---|
| Semantic (10 checks) | PASS (AR / MTP K2 / K3 / fp8-KV profiles) |
| GSM8K flex (pre-quant BF16 floor) | 86.2% exact / 96.2% numeric-norm |
| GSM8K flex (official family control) | 86.2% exact / 93.8% numeric-norm |
| GSM8K flex (this checkpoint, FP8 KV) | 81.25% exact / 91.25% numeric-norm (5 of 8 fails are "26.00"-style formatting) |
| HumanEval / IFEval / agentic | 39/40 · 37/40 · 17/20 (release run) |
| Sanity suite | 8/8 incl. qwen3_xml tool-calls, 2.8K long-gen, determinism |
| NIAH @ 262,144 ctx | 8/8 PASS (5 positions @ ~247.7K actual + 8K/32K/131K ladder) |
| MTP (K*=3) | c1 22.4 tok/s vs AR 11.35 (1.97×); acceptance len 2.5-2.7 |
| Dedicated c1 (2048 tok) | 27.8-28.1 tok/s median (2.45-2.48× AR) |
| c8 aggregate | 84.3 tok/s best, 17/17 zero-error |
model-00004-of-00004.safetensors (the MTP head) is incomplete and will
not reproduce the published numbers.model-00001-of-00004.safetensors 4208cd3b… ~9.3 GiB
model-00002-of-00004.safetensors 024111b9… ~9.3 GiB
model-00003-of-00004.safetensors 927ee343… ~1.1 GiB
model-00004-of-00004.safetensors 47202b11… ~0.8 GiB (BF16 MTP head)vllm-nightly typically hits
[AutoTuner] No tuned config covers fp4_gemm ... tactic=-1 and lands
around 20 tok/s MTP instead of 27.8.1docker run --gpus all -p 8000:8000 \
2 -v /path/to/this/checkpoint:/model:ro \
3 ghcr.io/r0b0tlab/qwen38-27b-nvfp4-sm121:v0.27.2rc0-sm121 \
4 --model /model --served-model-name qwen38-27b \
5 --max-model-len 32768 --gpu-memory-utilization 0.70 \
6 --kv-cache-dtype fp8 --enforce-eager --no-enable-prefix-caching \
7 --enable-auto-tool-choice --tool-call-parser qwen3_xml \
8 --speculative-config '{"method":"mtp","num_speculative_tokens":3}'19 × 23 must answer 437. 417 means the FP8-KV flag path is
broken.--max-model-len 262144 --gpu-memory-utilization 0.85 --max-num-batched-tokens 8192 (KV capacity ≈ 2.5M tokens with fp8 KV).RadixArk/Qwen3.8-27B-DSpark with
scripts/adapt_dspark_draft.py from the repro repo, then
--speculative-config '{"method":"dspark","model":"/draft","num_speculative_tokens":7}'.
A raw SpecForge draft deadlocks after FlashInfer autotune on this engine.ghcr.io/r0b0tlab/qwen38-27b-nvfp4-sm121:v0.27.2rc0-sm121
(registry digest sha256:5bd3f329…b775f).