Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/configs/nvidia-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3130,15 +3130,15 @@ minimaxm2.5-fp8-b200-vllm:
- isl: 1024
osl: 1024
search-space:
- { tp: 2, conc-start: 4, conc-end: 512 }
- { tp: 2, ep: 2, conc-start: 4, conc-end: 256 }
- { tp: 4, conc-start: 4, conc-end: 512 }
- { tp: 4, ep: 4, conc-start: 16, conc-end: 64 }
- { tp: 2, ep: 2, conc-start: 512, conc-end: 512 }
- { tp: 4, conc-start: 4, conc-end: 128 }
- { tp: 4, ep: 4, conc-start: 256, conc-end: 512 }
- isl: 8192
osl: 1024
search-space:
- { tp: 2, conc-start: 4, conc-end: 256 }
- { tp: 4, conc-start: 4, conc-end: 256 }
- { tp: 2, conc-start: 64, conc-end: 512 }
- { tp: 4, conc-start: 4, conc-end: 64 }
- { tp: 4, conc-start: 512, conc-end: 512 }

gptoss-fp4-h100-vllm:
image: vllm/vllm-openai:v0.18.0
Expand Down
7 changes: 7 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1265,3 +1265,10 @@
description:
- "Add Qwen3.5-397B-A17B-FP8 H200 SGLang MTP (EAGLE speculative decoding)"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1001

- config-keys:
- minimaxm2.5-fp8-b200-vllm
description:
- "Update MiniMax-M2.5 FP8 B200 config with new search spaces and vllm args"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1010
Comment thread
hshrivastava-droid marked this conversation as resolved.

Loading