Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions .github/configs/nvidia-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ qwen3.5-bf16-b200-sglang-mtp:
# - { tp: 8, ep: 1, offloading: none, conc-list: [1, 2, 4, 8, 16, 32] }

qwen3.5-fp8-b200-sglang:
image: lmsysorg/sglang:nightly-dev-20260422-de962f32
image: lmsysorg/sglang:v0.5.12-cu130
model: Qwen/Qwen3.5-397B-A17B-FP8
model-prefix: qwen3.5
runner: b200
Expand Down Expand Up @@ -2375,7 +2375,7 @@ glm5-fp4-b300-sglang-mtp:
- { tp: 4, ep: 1, conc-start: 4, conc-end: 256, spec-decoding: mtp }

qwen3.5-fp8-b200-sglang-mtp:
image: lmsysorg/sglang:nightly-dev-20260422-de962f32
image: lmsysorg/sglang:v0.5.12-cu130
model: Qwen/Qwen3.5-397B-A17B-FP8
model-prefix: qwen3.5
runner: b200
Expand Down
7 changes: 7 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2783,3 +2783,10 @@
description:
- "Update SGLang image from nightly-dev-20260422-de962f32 (17d/13d old) to v0.5.12-cu130"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1474

- config-keys:
- qwen3.5-fp8-b200-sglang
- qwen3.5-fp8-b200-sglang-mtp
description:
- "Update SGLang image from nightly-dev-20260422-de962f32 (18d/12d old) to v0.5.12-cu130"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1473
Loading