@@ -12375,6 +12375,43 @@ minimaxm3-fp8-b300-vllm:
1237512375 - { tp: 4, ep: 4, dp-attn: true, conc-start: 64, conc-end: 128 }
1237612376 - { tp: 8, ep: 8, dp-attn: true, conc-start: 128, conc-end: 512 }
1237712377
12378+ # EAGLE3 speculative-decoding (spec-decoding: mtp) variant of MiniMax-M3 NVFP4
12379+ # (nvidia/MiniMax-M3-NVFP4) B300 single-node vLLM, pairing the target with the
12380+ # Inferact/MiniMax-M3-EAGLE3 draft head (3 speculative tokens). MiniMax-M3
12381+ # modelopt NVFP4 support (vllm-project/vllm PR #46380) is baked into the perf
12382+ # container image, so no runtime patch is needed; prompts are routed through the
12383+ # chat template. Target weights are pre-staged read-only at
12384+ # /scratch/models/MiniMax-M3-NVFP4 (added to the STAGED_MODELS allow-list in
12385+ # launch_b300-nv.sh); the EAGLE3 draft is downloaded to the writable models dir.
12386+ minimaxm3-fp4-b300-vllm-mtp :
12387+ image : vllm/vllm-openai:vllm-minimax-m3-perf-x86_64-13.0.1-8b00f41
12388+ model : nvidia/MiniMax-M3-NVFP4
12389+ model-prefix : minimaxm3
12390+ runner : b300
12391+ precision : fp4
12392+ framework : vllm
12393+ multinode : false
12394+ scenarios :
12395+ fixed-seq-len :
12396+ - isl : 1024
12397+ osl : 1024
12398+ search-space :
12399+ - { tp: 8, conc-start: 1, conc-end: 64, spec-decoding: mtp }
12400+ - { tp: 8, ep: 8, conc-start: 1, conc-end: 256, spec-decoding: mtp }
12401+ - { tp: 4, conc-start: 1, conc-end: 64, spec-decoding: mtp }
12402+ - { tp: 4, ep: 4, conc-start: 64, conc-end: 256, spec-decoding: mtp }
12403+ - { tp: 4, ep: 4, dp-attn: true, conc-start: 128, conc-end: 512, spec-decoding: mtp }
12404+ - { tp: 8, ep: 8, dp-attn: true, conc-start: 256, conc-end: 512, spec-decoding: mtp }
12405+ - isl : 8192
12406+ osl : 1024
12407+ search-space :
12408+ - { tp: 8, conc-start: 1, conc-end: 64, spec-decoding: mtp }
12409+ - { tp: 8, ep: 8, conc-start: 1, conc-end: 256, spec-decoding: mtp }
12410+ - { tp: 4, conc-start: 1, conc-end: 64, spec-decoding: mtp }
12411+ - { tp: 4, ep: 4, conc-start: 64, conc-end: 256, spec-decoding: mtp }
12412+ - { tp: 4, ep: 4, dp-attn: true, conc-start: 64, conc-end: 128, spec-decoding: mtp }
12413+ - { tp: 8, ep: 8, dp-attn: true, conc-start: 128, conc-end: 256, spec-decoding: mtp }
12414+
1237812415# MiniMax-M3 day-zero (https://recipes.vllm.ai/MiniMaxAI/MiniMax-M3).
1237912416# 427B total / 26B active MoE with MSA sparse attention; MXFP8 checkpoint
1238012417# (MiniMaxAI/MiniMax-M3-MXFP8, ~444 GB) quantized by NVIDIA — native MX tensor
0 commit comments