-
Notifications
You must be signed in to change notification settings - Fork 208
MiniMax-M3 MXFP8 full sweep config for GB300 #1735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
965b046
feat: MiniMax-M3 MXFP8 full sweep config for GB300
Oseltamivir e3fa89f
chore: update perf-changelog pr-link to #1735
Oseltamivir b915c89
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir afc3f92
Update runner name in nvidia-master.yaml
Oseltamivir 99a075b
fix: add sbatch_directives mem=0 + cpus-per-task=72 to M3 GB300 recipes
Oseltamivir 26e2005
fix: run M3 GB300 workers cache-only (HF_HUB_OFFLINE=1) to avoid fetc…
Oseltamivir ce76bd7
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir b660ddd
fix: re-pin utils/aiperf to live cjq/agentx-v0.3 tip (ff2b646c)
Oseltamivir 7ea8b0b
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir ef7c650
MiniMax-M3 GB300: disagg-only sweep + multi-node-NVLink KV transfer
Oseltamivir c94bf9f
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir 7fd8904
M3 GB300: add 8k1k disagg sweep; drop unschedulable collocated-1n
Oseltamivir 5df0669
M3 GB300: add rack-saturating balanced-ratio TP-ep1 max-throughput di…
Oseltamivir 88e99ce
Merge remote-tracking branch 'origin/main' into feat/minimax-m3-gb300…
Oseltamivir 62fe18d
M3 GB300: replace dep16dec with 1P4D TP4-ep1; add prefill-heavy 10P7D…
Oseltamivir f4c6384
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir 1d71f49
[Klaud Cold]minimaxm3-fp8-mi300x-vllm-mtp: day-zero MiniMax-M3 EAGLE3…
functionstackx 2bf5851
[AMD] perf: enable MiniMax M3 CUDA graphs on MI300X (#1750)
cquil11 fd922a6
[Klaud Cold] minimaxm3-fp8-mi300x-vllm-mtp: run with CUDA graphs (dro…
functionstackx 805dc1c
M3 GB300: drop dominated configs, restore 1P1D full range
Oseltamivir a8d3eb5
Merge remote-tracking branch 'origin/main' into feat/minimax-m3-gb300…
Oseltamivir 1be9cfe
M3 GB300 disagg: add DSV4-level decode optimizations
Oseltamivir e24318c
Switch GB300 M3 recipes to nightly-aarch64 + add Marlin MoE for TP-on…
Oseltamivir 2a97ca2
Merge remote-tracking branch 'origin/main' into feat/minimax-m3-gb300…
Oseltamivir d4deb1e
fix: switch GB300 M3 runner from gb300-cw to gb300-nv
Oseltamivir 0370cf4
fix: add minimaxm3-fp8 to gb300-nv launcher + switch recipes to alias…
Oseltamivir aa3df42
feat: redesign GB300 M3 recipes — DEP8 prefill, TEP8/TP8/DEP8 decode
Oseltamivir 6bb84b0
feat: TEP4 prefill + B300-optimal decode for GB300 M3 disagg
Oseltamivir 8e49bf3
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir e5bc74e
feat: adapt NV B300 PR #1863 disagg configs for GB300 M3 sweep
Oseltamivir 9707d9a
Merge branch 'main' into feat/minimax-m3-gb300-sweep
Oseltamivir cad3e01
fix: reduce GB300 DEP CUDA graph capture sizes
Oseltamivir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
...node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/disagg-gb300-1p1d-dep2-tep8-3n.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,103 @@ | ||
| name: "minimax-m3-vllm-disagg-gb300-1p1d-dep2-tep8-fp8-1k1k" | ||
|
|
||
| # 1P DEP2 prefill (TP1 DP2 EP, 2 GPU/worker) + 1D TEP8 (TP8+EP8) | ||
| # decode = 3 nodes (1P + 2D). Adapted from NV B300 PR #1863. | ||
|
|
||
| model: | ||
| path: "minimax-m3-mxfp8" | ||
| container: "vllm/vllm-openai:nightly-aarch64" | ||
| precision: "fp8" | ||
|
|
||
| dynamo: | ||
| install: true | ||
| wheel: "1.2.0.dev20260526" | ||
|
|
||
| sbatch_directives: | ||
| mem: "0" | ||
| cpus-per-task: "72" | ||
| srun_options: | ||
| mem: "0" | ||
|
|
||
| slurm: | ||
| time_limit: "8:00:00" | ||
|
|
||
| health_check: | ||
| max_attempts: 720 | ||
| interval_seconds: 10 | ||
|
|
||
| resources: | ||
| gpu_type: "gb300" | ||
| gpus_per_node: 4 | ||
| prefill_nodes: 1 | ||
| decode_nodes: 2 | ||
| prefill_workers: 1 | ||
| decode_workers: 1 | ||
| gpus_per_prefill: 2 | ||
| gpus_per_decode: 8 | ||
|
|
||
| frontend: | ||
| type: dynamo | ||
| enable_multiple_frontends: false | ||
|
|
||
| backend: | ||
| type: vllm | ||
| connector: null | ||
|
|
||
| prefill_environment: | ||
| VLLM_ENGINE_READY_TIMEOUT_S: "3600" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
| VLLM_FLASHINFER_ALLREDUCE_BACKEND: "mnnvl" | ||
| UCX_CUDA_IPC_ENABLE_MNNVL: "y" | ||
| NCCL_CUMEM_ENABLE: "1" | ||
| NCCL_MNNVL_ENABLE: "1" | ||
| NCCL_NVLS_ENABLE: "1" | ||
|
|
||
| decode_environment: | ||
| VLLM_ENGINE_READY_TIMEOUT_S: "3600" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
| VLLM_FLASHINFER_ALLREDUCE_BACKEND: "mnnvl" | ||
| UCX_CUDA_IPC_ENABLE_MNNVL: "y" | ||
| NCCL_CUMEM_ENABLE: "1" | ||
| NCCL_MNNVL_ENABLE: "1" | ||
| NCCL_NVLS_ENABLE: "1" | ||
|
|
||
| vllm_config: | ||
| prefill: | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| tensor-parallel-size: 1 | ||
| data-parallel-size: 2 | ||
| data-parallel-rpc-port: 13345 | ||
| enable-expert-parallel: true | ||
| trust-remote-code: true | ||
| no-enable-prefix-caching: true | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| kv-cache-dtype: fp8 | ||
| stream-interval: 32 | ||
| max-cudagraph-capture-size: 2048 | ||
| max-num-batched-tokens: 2048 | ||
|
|
||
| decode: | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| tensor-parallel-size: 8 | ||
| enable-expert-parallel: true | ||
| trust-remote-code: true | ||
| no-enable-prefix-caching: true | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| kv-cache-dtype: fp8 | ||
| stream-interval: 32 | ||
| max-num-seqs: 4096 | ||
| max-num-batched-tokens: 16384 | ||
| max-cudagraph-capture-size: 8192 | ||
|
|
||
| benchmark: | ||
| type: "sa-bench" | ||
| isl: 1024 | ||
| osl: 1024 | ||
| concurrencies: "4x16x64x128x4096" | ||
| req_rate: "inf" | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TEP8 cudagraph limits too high
High Severity
Four 1k1k TEP8 decode recipes still set
max-num-seqs: 4096andmax-cudagraph-capture-size: 8192, while the same change documents GB300 MiniMax-M3 graph capture OOM from those magnitudes and caps DEP decoders at 512/2048. Decode startup can hit CUDA OOM during graph capture before benchmarks run.Additional Locations (2)
benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/disagg-gb300-2p1d-dep2-tep8-3n.yaml#L93-L96benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3-gb300-fp8/1k1k/disagg-gb300-2p2d-dep2-tep8-5n.yaml#L93-L96Reviewed by Cursor Bugbot for commit cad3e01. Configure here.