[NV] Update MiniMax-M3 B200 MTP, B300, and B300 MTP vLLM serving settings#1802
[NV] Update MiniMax-M3 B200 MTP, B300, and B300 MTP vLLM serving settings#1802xinli-sw wants to merge 2 commits into
Conversation
…ings Apply the same fixes from PR #1779 (B200) to the remaining three variants: - Set VLLM_FLOAT32_MATMUL_PRECISION=high in all three runner scripts - Hardcode --max-cudagraph-capture-size 2048 (remove dynamic CAPTURE_SIZE computation) - Add TP4+EP4 dp-attn coverage for 1k1k, and TP4+EP4 + TP4+EP4 dp-attn rows for 8k1k in nvidia-master.yaml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers. If additional help is needed, PR authors can reach out to core maintainers over Slack. |
1 similar comment
|
Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers. If additional help is needed, PR authors can reach out to core maintainers over Slack. |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27593402054 |
|
closed as duplicate |
Summary
Extends the B200 fixes from #1779 to the three remaining MiniMax-M3 Blackwell variants:
minimaxm3_fp8_b200_mtp.sh/minimaxm3_fp8_b300.sh/minimaxm3_fp8_b300_mtp.sh: setVLLM_FLOAT32_MATMUL_PRECISION=high; replace dynamicCAPTURE_SIZEcomputation with hardcoded--max-cudagraph-capture-size 2048nvidia-master.yaml— add TP4+EP4 coverage to three config keys:minimaxm3-fp8-b300-vllm: addtp4ep4 dp-attnfor 1k1k; addtp4ep4andtp4ep4 dp-attnfor 8k1kminimaxm3-fp8-b200-vllm-mtp: same additions (concs trimmed at high end per MTP convention)minimaxm3-fp8-b300-vllm-mtp: same additions as B200 MTPTest plan
minimaxm3-fp8-b200-vllm-mtpminimaxm3-fp8-b300-vllmminimaxm3-fp8-b300-vllm-mtpGenerated with Claude Code
Note
Low Risk
Benchmark and CI sweep configuration only; no application runtime or security-sensitive code paths.
Overview
Brings MiniMax-M3 B200 MTP, B300, and B300 MTP vLLM fixed-seq-len serving in line with the B200 changes from #1779.
The three benchmark launch scripts now export
VLLM_FLOAT32_MATMUL_PRECISION=highand pass a fixed--max-cudagraph-capture-size 2048instead of computing capture size from concurrency (and spec-token count on MTP).nvidia-master.yamlgains TP4+EP4 sweep rows forminimaxm3-fp8-b300-vllm,minimaxm3-fp8-b200-vllm-mtp, andminimaxm3-fp8-b300-vllm-mtp: DP-attention at 1k1k, plus non-DP and DP-attention at 8k1k (with MTP-appropriate concurrency caps).perf-changelog.yamlrecords the same for those config keys.Reviewed by Cursor Bugbot for commit bb0bca9. Bugbot is set up for automated code reviews on this repo. Configure here.