Skip to content
Closed
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 configs/amd-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ dsr1-fp8-mi355x-sglang-mtp:
- { tp: 8, ep: 1, conc-start: 4, conc-end: 64, spec-decoding: mtp }

qwen3.5-bf16-mi355x-sglang:
image: lmsysorg/sglang-rocm:v0.5.12-rocm720-mi35x-20260517
image: lmsysorg/sglang:v0.5.14-rocm720-mi35x
model: Qwen/Qwen3.5-397B-A17B
model-prefix: qwen3.5
runner: mi355x
Expand All @@ -178,7 +178,7 @@ qwen3.5-bf16-mi355x-sglang:
- { tp: 8, ep: 1, conc-start: 4, conc-end: 256 }

qwen3.5-bf16-mi355x-sglang-mtp:
image: lmsysorg/sglang-rocm:v0.5.12-rocm720-mi35x-20260517
image: lmsysorg/sglang:v0.5.14-rocm720-mi35x
model: Qwen/Qwen3.5-397B-A17B
model-prefix: qwen3.5
runner: mi355x
Expand Down
7 changes: 7 additions & 0 deletions perf-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4448,3 +4448,10 @@
- "Employ the AITER MLA attention backend for the DeepSeek-V4 MLA path."
- "Switch the MoE backend from triton_unfused to AITER MoE (VLLM_ROCM_USE_AITER_MOE=1 + --moe-backend aiter) for the FP4 experts."
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1980

- config-keys:
- qwen3.5-bf16-mi355x-sglang
- qwen3.5-bf16-mi355x-sglang-mtp
description:
- "Update SGLang ROCm image from lmsysorg/sglang-rocm:v0.5.12-rocm720-mi35x-20260517 to lmsysorg/sglang:v0.5.14-rocm720-mi35x"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2066
Loading