-
Notifications
You must be signed in to change notification settings - Fork 208
[NV] Add MiniMax M3 B300 Dynamo vLLM recipes #1787
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
Closed
+1,511
−1
Closed
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
de20fa8
Add MiniMax M3 B300 Dynamo vLLM recipes
jasonlizhengjian 131639e
Update MiniMax M3 B300 changelog link
jasonlizhengjian a2d9824
Add MiniMax M3 B300 8k Dynamo vLLM recipes
jasonlizhengjian 7dbec24
[NV][MiniMax-M3]point to sa-submission-q2-2026 branch instead (#1822)
biswapanda 371117a
Merge branch 'main' into nv/jasonli/minimaxm3-fp8-b300-dynamo-vllm
xinli-sw 8abe295
[NV][MiniMax-M3]fix UCX_ settings to fix nixl handshake failure (#1823)
biswapanda 1ac5daa
Merge branch 'main' into nv/jasonli/minimaxm3-fp8-b300-dynamo-vllm
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
79 changes: 79 additions & 0 deletions
79
...marks/multi_node/srt-slurm-recipes/vllm/minimax-m3/b300-fp8/1k1k/1p1d-dep2-tep8-1k1k.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,79 @@ | ||
| name: "minimax-m3-vllm-disagg-b300-1p1d-fp8-dep2-tep8-1k1k" | ||
|
|
||
| model: | ||
| path: "MiniMaxAI/MiniMax-M3-MXFP8" | ||
| container: "vllm/vllm-openai:minimax-m3" | ||
| precision: "fp8" | ||
|
|
||
| resources: | ||
| gpu_type: "b300" | ||
| gpus_per_node: 8 | ||
| prefill_nodes: 1 | ||
| decode_nodes: 1 | ||
| prefill_workers: 1 | ||
| decode_workers: 1 | ||
| gpus_per_prefill: 2 | ||
| gpus_per_decode: 8 | ||
|
|
||
| dynamo: | ||
| install: true | ||
| version: 1.3.0.dev20260614 | ||
|
|
||
| frontend: | ||
| type: dynamo | ||
| enable_multiple_frontends: false | ||
|
|
||
| backend: | ||
| type: vllm | ||
| connector: null | ||
|
|
||
| prefill_environment: | ||
| UCX_TLS: "cuda_copy,rc" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
|
|
||
| decode_environment: | ||
| UCX_TLS: "cuda_copy,rc" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
|
|
||
| vllm_config: | ||
| prefill: | ||
| 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 | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| stream-interval: 32 | ||
| max-cudagraph-capture-size: 2048 | ||
| max-num-batched-tokens: 2048 | ||
|
|
||
| decode: | ||
| tensor-parallel-size: 8 | ||
| enable-expert-parallel: true | ||
| trust-remote-code: true | ||
| no-enable-prefix-caching: true | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| stream-interval: 32 | ||
| max-num-seqs: 4096 | ||
| max-num-batched-tokens: 16384 | ||
| max-cudagraph-capture-size: 8196 | ||
|
|
||
| health_check: | ||
| max_attempts: 360 | ||
| interval_seconds: 10 | ||
|
|
||
| benchmark: | ||
| type: "sa-bench" | ||
| isl: 1024 | ||
| osl: 1024 | ||
| concurrencies: "4x16x64x128x4096" | ||
| req_rate: "inf" | ||
80 changes: 80 additions & 0 deletions
80
...multi_node/srt-slurm-recipes/vllm/minimax-m3/b300-fp8/1k1k/1p1d-dep2-tp8-marlin-1k1k.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,80 @@ | ||
| name: "minimax-m3-vllm-disagg-b300-1p1d-fp8-dep2-tp8-marlin-1k1k" | ||
|
|
||
| model: | ||
| path: "MiniMaxAI/MiniMax-M3-MXFP8" | ||
| container: "vllm/vllm-openai:minimax-m3" | ||
| precision: "fp8" | ||
|
|
||
| resources: | ||
| gpu_type: "b300" | ||
| gpus_per_node: 8 | ||
| prefill_nodes: 1 | ||
| decode_nodes: 1 | ||
| prefill_workers: 1 | ||
| decode_workers: 1 | ||
| gpus_per_prefill: 2 | ||
| gpus_per_decode: 8 | ||
|
|
||
| dynamo: | ||
| install: true | ||
| version: 1.3.0.dev20260614 | ||
|
|
||
| frontend: | ||
| type: dynamo | ||
| enable_multiple_frontends: false | ||
|
|
||
| backend: | ||
| type: vllm | ||
| connector: null | ||
|
|
||
| prefill_environment: | ||
| UCX_TLS: "cuda_copy,rc" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
|
|
||
| decode_environment: | ||
| UCX_TLS: "cuda_copy,rc" | ||
| VLLM_FLOAT32_MATMUL_PRECISION: "high" | ||
|
|
||
| vllm_config: | ||
| prefill: | ||
| 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 | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| stream-interval: 32 | ||
| max-cudagraph-capture-size: 2048 | ||
| max-num-batched-tokens: 2048 | ||
|
|
||
| decode: | ||
| tensor-parallel-size: 8 | ||
| enable-expert-parallel: false | ||
| moe-backend: marlin | ||
| trust-remote-code: true | ||
| no-enable-prefix-caching: true | ||
| kv-transfer-config: '{"kv_connector": "NixlConnector", "kv_role": "kv_both"}' | ||
| block-size: 128 | ||
| gpu-memory-utilization: 0.90 | ||
| max-model-len: 2304 | ||
| language-model-only: true | ||
| stream-interval: 32 | ||
| max-num-seqs: 4096 | ||
| max-num-batched-tokens: 16384 | ||
| max-cudagraph-capture-size: 8196 | ||
|
|
||
| health_check: | ||
| max_attempts: 360 | ||
| interval_seconds: 10 | ||
|
|
||
| benchmark: | ||
| type: "sa-bench" | ||
| isl: 1024 | ||
| osl: 1024 | ||
| concurrencies: "1x4x8x16" | ||
| req_rate: "inf" |
Oops, something went wrong.
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.
Wrong cudagraph capture size
Medium Severity
All six new MiniMax M3 B300 decode blocks set
max-cudagraph-capture-sizeto8196, while prefill uses2048and decode setsmax-num-seqsto4096. That value is not used elsewhere in the repo and sits four above the usual power-of-two8192paired with 4096-sequence decode configs, so CUDA graph capture may not align with intended batch sizes.Additional Locations (2)
benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3/b300-fp8/1k1k/1p2d-dep2-dep4-1k1k.yaml#L71-L72benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3/b300-fp8/1k1k/2p2d-dep2-tep8-1k1k.yaml#L69-L70Reviewed by Cursor Bugbot for commit 54b829a. Configure here.