[AMD] feat: MiniMax M3 day-zero benchmark for MI300X#1746
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. |
…x-dayzero # Conflicts: # .github/configs/amd-master.yaml # perf-changelog.yaml
|
Claude finished @cquil11's task in 1m 30s —— View job Reviewing PR #1746
ReviewLGTM — no blocking issues found. Config ( Benchmark script ( Launch script ( Perf changelog: New entry is correctly appended at the end of the file. |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27482347617 |
Summary
minimaxm3-fp8-mi300x-vllmusing the dedicatedvllm/vllm-openai-rocm:minimax-m3image already used by MI355Xchi-mi300x-049)/dev/kfdand/dev/driinto the rootless Pyxis/Enroot containerValidation
bash -n benchmarks/single_node/fixed_seq_len/minimaxm3_fp8_mi300x.sh runners/launch_mi300x-amds.shpython -m pytest utils/matrix_logic/ -q(156 passed)MiniMaxAI/MiniMax-M3-MXFP8staged successfully in node-local/raid/hf-hub-cache(~414 GB)Hardware Validation
Single-job GHA smoke: https://github.com/SemiAnalysisAI/InferenceX/actions/runs/27480947060
The TP8, EP1, 1k1k, concurrency-4 smoke completed successfully on
chi-mi300x-054, including result processing and artifact upload:The model loaded on all 8 MI300X GPUs, the vLLM API became healthy, all requests completed successfully, and the benchmark artifact was uploaded. The earlier Slurm, cache-directory, and rootless GPU-device permission blockers are resolved.
The slow throughput is expected for this image on MI300X: vLLM reports no native MXFP8 MoE backend on gfx942, so the MoE runs through the BF16 emulation path with eager execution.
Sweep
full-sweep-fail-fastruns the complete 14-point H100-aligned concurrency sweep. Keep this PR in draft while the sweep is running.Note
Low Risk
Benchmark matrix, launcher script, and Slurm/container mount tweaks only; no changes to auth, data handling, or core application logic.
Overview
Adds a day-zero
minimaxm3-fp8-mi300x-vllmmatrix entry for MiniMax-M3 MXFP8 on MI300X, wired to the samevllm/vllm-openai-rocm:minimax-m3image as MI355X and an H100-aligned fixed-seq sweep (TP8 and TP8+EP8 on 1k1k and 8k1k).Introduces
minimaxm3_fp8_mi300x.shto serve with the MI355X-validated flags (block size 128, no prefix caching, TRITON_ATTN, FP8 KV, eager, MiniMax M3 parsers) and run the standard serving benchmark path.MI300X runner fixes: Slurm
--excludenow uses the short node namechi-mi300x-049, and Pyxis/Enroot mounts/dev/kfdand/dev/drifor rootless GPU access. Documents the recipe inperf-changelog.yaml.Reviewed by Cursor Bugbot for commit d43b005. Bugbot is set up for automated code reviews on this repo. Configure here.