Gemma 4 26B-A4B · vLLM · NVFP4 + MTP · conc 4

status: done

Configuration

Modelgoogle/gemma-4-26B-A4B-it
CompanyGoogle
FamilyGemma
Parameters26B / 4B (MoE)
EnginevLLM + MTP (Google assistant drafter) (speculative decoding)
Quant / precisionNVFP4
Why this quantNVIDIA NVFP4 base (modelopt) + Google's official MTP assistant drafter (google/gemma-4-26B-A4B-it-assistant) via vLLM's native gemma-4 MTP path — the near-free-drafter line of the crossover figure.
Downloadnvidia/Gemma-4-26B-A4B-NVFP4
Context window65536
Input modalitiestext, image (served text-only here)

Measured results

Prefill tok/s203.39
Decode tok/s165.39
Peak memory (GB)108.98 (system MemAvailable delta (10s sampling) — vLLM static KV reservation (util 0.85) + Gemma4 MTP head)
Completed2026-07-03 16:32 +0800

Full run command

VLLM_IMAGE=vllm/vllm-openai:nightly-aarch64 scripts/bench-vllm-serving.sh nvidia/Gemma-4-26B-A4B-NVFP4 65536 4 500 500 256 \
  --speculative-config '{"method":"mtp","model":"google/gemma-4-26B-A4B-it-assistant","num_speculative_tokens":3}'
# 355/500 prompts (hit the time cap), 0 errors, 503.1s. ready after 303s. TTFT median 204.1 ms, TPOT median 22.9 ms, req thr 0.706/s.
# SpecDecoding: mean acceptance length 2.73 (2.54-2.93) · avg draft acceptance 58% (51-64%) · per-position ~0.76/0.56/0.41.

gemma-4-26b-a4b Google Gemma NVFP4 16-40B conc-4

Notes

Decode 165.39 tok/s aggregate at concurrency 4. NVFP4 + Google MTP assistant drafter, conc 4 — the near-free-drafter line of the crossover figure.

  • Image (pinned): vllm/vllm-openai:nightly-aarch64 @ sha256:e414712fdc04… — the SINGLE image for all 24 cells of this figure. Ready after 303 s.
  • Workload: ShareGPT V3, concurrency 4. 355/500 completed, 0 errors before the 500 s time cap.
  • Throughput: decode 165.39 tok/s aggregate, prefill 203.39 tok/s. TTFT median 204.1 ms, TPOT median 22.9 ms, req throughput 0.706/s.
  • Spec-decode acceptance: mean acceptance length 2.73 (2.54-2.93) · avg draft acceptance 58% (51-64%) · per-position ~0.76/0.56/0.41 (num_speculative_tokens=3).
  • Memory: 108.98 GB = vLLM --gpu-memory-utilization 0.85 reservation, not the model footprint.