[NV] initial submission for minimax-m3 fp8 GB200 disagg receipes#1938
[NV] initial submission for minimax-m3 fp8 GB200 disagg receipes#1938richardhuo-nv wants to merge 2 commits into
Conversation
|
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. 感谢你的贡献!对于 vLLM 与 SGLang,请确保你的 recipe 与官方 vLLM recipes 和/或 SGLang cookbook 保持一致 如果不一致,请先创建一个 PR,之后我们才能将你的单节点 PR 合并到 master 分支。让我们确保文档保持一流水准,使整个 ML 社区都能从你的辛勤工作中受益!谢谢 PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。如果选择重新运行失败的任务,PR 作者有责任确保其最终通过。参见 GitHub 关于重新运行失败任务的文档:https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow 一般而言,PR 作者应先向相应公司的 CODEOWNERS 请求审阅并获得 PR 批准,然后再请求核心维护者审阅。 如需更多帮助,PR 作者可通过 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. 感谢你的贡献!对于 vLLM 与 SGLang,请确保你的 recipe 与官方 vLLM recipes 和/或 SGLang cookbook 保持一致 如果不一致,请先创建一个 PR,之后我们才能将你的单节点 PR 合并到 master 分支。让我们确保文档保持一流水准,使整个 ML 社区都能从你的辛勤工作中受益!谢谢 PR 作者有责任确保合并后所有 GitHub Action 任务完全通过。 很多时候失败只是偶发抖动(flake),重新运行失败的任务即可解决。如果选择重新运行失败的任务,PR 作者有责任确保其最终通过。参见 GitHub 关于重新运行失败任务的文档:https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow 一般而言,PR 作者应先向相应公司的 CODEOWNERS 请求审阅并获得 PR 批准,然后再请求核心维护者审阅。 如需更多帮助,PR 作者可通过 Slack 联系核心维护者。 |
[NV] MiniMax-M3 FP8 GB200 disagg recipes
Summary
Add 11 recipe files under
benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb200-fp8/covering disaggregated prefill/decode topologies on GB200 NVL72 (4 GPU/node):1p1d-dep4-dep8,1p1d-dep4-tep8,1p2d-dep4-dep8,1p2d-dep4-tep8,1p4d-dep4-tp4-marlin1p2d-dep4-dep8,1p2d-dep4-tep4,1p2d-dep4-tep8,2p2d-dep4-dep8,3p2d-dep4-dep8,5p2d-dep4-dep8vllm/vllm-openai:minimax-m3-perf-arm64-13.0.1-7a67223Add
configs/minimax-m3-gb200-vllm-fixes.sh— setup script that patches the vLLM FlashInfer MNNVL all-reduce for one-shot support and makes the MiniMax-M3 MSA prefill top-k slice contiguous before CSR construction.Update
runners/launch_gb200-nv.sh:minimaxm3/fp8model path case (/mnt/lustre01/models/MiniMax-M3-MXFP8)uses_watchtower_shared_fs()helper, replacing hard-codedminimaxm2.5 || kimik2.5checks throughout —minimaxm3is now included in the watchtower shared-FS code pathsimport_squash()withflockserialization and temp-file swap, replacing bareenroot importcalls to prevent race conditions from concurrent matrix jobsminimaxm3/fp8srt-slurm clone + recipe overlay branch, withSRTCTL_SETUP_SCRIPTwired tominimax-m3-gb200-vllm-fixes.shsrtctl applyinto aSRTCTL_APPLY_ARGSarray so--setup-scriptis conditionally appendedAdd
minimaxm3-fp8-gb200-dynamo-vllmtonvidia-master.yamlwith the full 1k1k and 8k1k search spaces referencing the new recipe files