diff --git a/.github/configs/nvidia-master.yaml b/.github/configs/nvidia-master.yaml index 27ee51eef..c4c9693a0 100644 --- a/.github/configs/nvidia-master.yaml +++ b/.github/configs/nvidia-master.yaml @@ -2037,7 +2037,7 @@ qwen3.5-fp8-h200-sglang-mtp: - { tp: 8, ep: 8, conc-start: 4, conc-end: 128, spec-decoding: mtp } glm5-fp8-h200-sglang: - image: lmsysorg/sglang:glm5-hopper + image: lmsysorg/sglang:v0.5.10.post1-cu130 model: zai-org/GLM-5-FP8 model-prefix: glm5 runner: h200 diff --git a/perf-changelog.yaml b/perf-changelog.yaml index 746d0645d..214bb3915 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -1348,3 +1348,9 @@ description: - "Enable SGLANG_ENABLE_SPEC_V2=1 for Qwen3.5 FP8 H200 SGLang MTP" pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1017 + +- config-keys: + - glm5-fp8-h200-sglang + description: + - "Update SGLang image from glm5-hopper to v0.5.10.post1-cu130" + pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1033