[NV] Refresh MiniMax-M3 NVFP4 B300 8k1k disaggregated Dynamo-vLLM / 更新 MiniMax-M3 NVFP4 B300 8k1k 分离式 Dynamo-vLLM 配置#2310
Conversation
Bump the non-speculative 8k1k TP1 sweep to the refreshed vLLM image, remove the forced TRT-LLM all-reduce backend, and add a separate one-node 4P1D TP1/TEP4 concurrency-4096 point. Preserve the legacy 4P2D point unchanged.\n\n中文:将非投机 8k1k TP1 扫描升级到新版 vLLM 镜像,移除强制 TRT-LLM all-reduce 后端,并新增单节点 4P1D TP1/TEP4 并发 4096 配置;原有 4P2D 基准点保持不变。
|
Thanks for the contribution! Please reach out to respective companies' CODEOWNER to fill in the latest PR_REVIEW_CHECKLIST.md before pinging core maintainer on Slack for review. In order for the signoff PR check bot to trigger, you must follow the PR_REVIEW_CHECKLIST.md template correctly, including the phrase For PR verification, add the 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. See GitHub's docs on re-running failed jobs 感谢你的贡献!请联系相应公司的 CODEOWNER 填写最新的 PR_REVIEW_CHECKLIST.md,然后再在 Slack 上联系核心维护者进行审阅。为了触发 signoff PR 检查机器人,你必须正确遵循 PR_REVIEW_CHECKLIST.md 模板,包括保留英文语句 如需进行 PR 验证,请为此 PR 添加 PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。参见 GitHub 关于重新运行失败任务的文档 |
|
Claude finished @jasonlizhengjian's task in 3m 3s —— View job Review — PR #2310
LGTM - no blocking issues found Verified:
Note: I could not run |
There was a problem hiding this comment.
LGTM — straightforward recipe refresh.
Extended reasoning...
Overview
This PR bumps six MiniMax-M3 NVFP4 B300 8k1k disaggregated vLLM recipes to a newer nightly vLLM image, removes a forced VLLM_FLASHINFER_ALLREDUCE_BACKEND=trtllm env override from the TP8-decode recipe, and adds one new one-node 4P1D TP1-prefill/TEP4-decode recipe plus its matching configs/nvidia-master.yaml matrix entry and perf-changelog.yaml entry. The legacy 4P2D max-throughput entry is explicitly left untouched.
Security risks
None. This is entirely benchmark configuration (container tags, parallelism settings, env vars) with no code paths, auth, or data handling involved.
Level of scrutiny
Low-to-moderate is appropriate: these are declarative benchmark recipe files following an extremely well-established pattern in this repo (dozens of near-identical sibling recipes exist). The one thing worth double-checking by hand was the new TEP4 decode block's ep: 4 value in the master config, since the bug-hunting system flagged it as a possible deviation from the ep: 1 convention used by non-EP TP4 decode blocks elsewhere in the same file. I cross-referenced it against the pre-existing minimaxm3-fp4-b300-dynamo-vllm-8k1k-legacy-max-tput entry's own TEP4 decode block, which uses the identical tp: 4, ep: 4, dp-attn: false combination — confirming ep mirrors tp specifically for TEP (tensor+expert-parallel, no separate DP) decode workers, and the corresponding recipe YAML sets enable-expert-parallel: true consistent with that. So this is not a bug.
Other factors
configs/nvidia-master.yaml is CODEOWNER-protected (per the automated recipe-reminder comment already on this thread), so a human/CODEOWNER sign-off is still procedurally required regardless of my review, but the diff itself contains no correctness concerns. The PR is marked [WIP] and reports its own local validation (matrix generation, pytest, git diff --check) as passing.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=30018717056 |
1 similar comment
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=30018717056 |
|
/reuse-sweep-run 30018717056 |
|
As a PR reviewer and CODEOWNER, I have reviewed this and have:
Additional detail section:
Signed: |
✅✅✅ Verdict: PASS ✅✅✅✅ Check 0 (CODEOWNER): PASS — |
Summary
vllm/vllm-openai:nightly-4080263bb2c5d10deac17aaeb88e0823bc35bca9, matching the refreshed image in Update vllm Minimax M3 image tags #2120.VLLM_FLASHINFER_ALLREDUCE_BACKEND=trtllmoverride from the TP8 decode recipe. The existing FP8 indexer KV dtype settings remain unchanged.minimaxm3-fp4-b300-dynamo-vllm-8k1k-legacy-max-tputand its 4P2D DEP2/TEP4 recipe unchanged.Validation
python -m pytest utils/matrix_logic/ -q: 224 passed.git diff --check: passed.中文说明
vllm/vllm-openai:nightly-4080263bb2c5d10deac17aaeb88e0823bc35bca9,与 Update vllm Minimax M3 image tags #2120 中的新镜像保持一致。VLLM_FLASHINFER_ALLREDUCE_BACKEND=trtllm;现有 FP8 indexer KV dtype 配置保持不变。minimaxm3-fp4-b300-dynamo-vllm-8k1k-legacy-max-tput及其 4P2D DEP2/TEP4 配置,不做任何修改。验证
python -m pytest utils/matrix_logic/ -q:224 项通过。git diff --check:通过。