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
2 changes: 1 addition & 1 deletion .github/configs/amd-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ qwen3.5-fp8-mi300x-sglang:
- { tp: 8, conc-start: 4, conc-end: 64 }

glm5-fp8-mi355x-sglang:
image: rocm/sgl-dev:v0.5.8.post1-rocm720-mi35x-20260219
image: lmsysorg/sglang:v0.5.10-rocm720-mi35x
model: zai-org/GLM-5-FP8
model-prefix: glm5
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 @@ -1278,3 +1278,10 @@
- "New framework: dynamo-vllm (Dynamo frontend + vLLM backend)"
- "Runner script updated to clone NVIDIA/srt-slurm and map vLLM container image"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1008

- config-keys:
- glm5-fp8-mi355x-sglang
description:
- "Upgrade SGLang image to v0.5.10"
- "Resolve the issue: https://github.com/sgl-project/sglang/issues/19028"
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1014
Loading