[AMD] Add MiniMax-M3-FP8 MI355X ATOM non-EAGLE3 & EAGLE3#1867
[AMD] Add MiniMax-M3-FP8 MI355X ATOM non-EAGLE3 & EAGLE3#1867seungrokj wants to merge 9 commits into
Conversation
… benchmark scripts and CI configs 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. 感谢你的贡献!对于 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 联系核心维护者。 |
…tom-mtp Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…atom scripts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27860917145 |
…-atom-mtp Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…m-mtp Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27862137852 |
…-only configs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 196961a. Configure here.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27862752989 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27862873087 |
|
/reuse-sweep-run |
|
/merge-prs |
/merge-prs isnt an github comment fyi, it is an claude code command u type into claude code CLI https://code.claude.com/docs/en/commands @seungrokj |

Summary
minimaxm3-fp8-mi355x-atomCI recipe: single-node ATOM benchmark for MiniMax-M3-MXFP8 on MI355Xminimaxm3-fp8-mi355x-atom-mtpCI recipe: same with EAGLE3 speculative decoding (3 draft tokens)rocm/atom-dev:MiniMax-M3-20260619image, search space mirrors the FP4 atom variants (ISL=1024,8192 OSL=1024 TP2/TP4/TP8)Test plan
mi355xrunner for both configs🤖 Generated with Claude Code
Note
Low Risk
Benchmark and CI configuration only; no changes to production serving, auth, or core inference logic.
Overview
Adds MiniMax-M3 MXFP8 single-node ATOM coverage on MI355X for CI throughput sweeps.
Two new entries in
amd-master.yaml—minimaxm3-fp8-mi355x-atomandminimaxm3-fp8-mi355x-atom-mtp— both userocm/atom-dev:MiniMax-M3-20260619,MiniMaxAI/MiniMax-M3-MXFP8, fixed-seq-len ISL 1024/8192 with OSL 1024, and TP4 concurrency sweeps (conc 1–256). The MTP config marksspec-decoding: mtpon the same search space.New shell runners start
atom.entrypoints.openai_serverwith block size 128 and 0.8 GPU memory utilization; the MTP script adds EAGLE3 args (Inferact/MiniMax-M3-EAGLE3, 3 speculative tokens) and enables--use-chat-templateon the serving benchmark. FP8 KV cache remains commented out as not yet supported.perf-changelog.yamldocuments both config keys for PR #1867.Reviewed by Cursor Bugbot for commit 3913e9a. Bugbot is set up for automated code reviews on this repo. Configure here.