diff --git a/.github/configs/nvidia-master.yaml b/.github/configs/nvidia-master.yaml index 27ee51eef..cfdd3e2d6 100644 --- a/.github/configs/nvidia-master.yaml +++ b/.github/configs/nvidia-master.yaml @@ -1826,7 +1826,7 @@ glm5-fp8-b200-sglang: - { tp: 8, ep: 1, conc-start: 4, conc-end: 256 } glm5-fp4-b200-sglang: - image: lmsysorg/sglang:nightly-dev-cu13-20260328-a27651d5 + image: lmsysorg/sglang:v0.5.10.post1-cu130 model: nvidia/GLM-5-NVFP4 model-prefix: glm5 runner: b200 diff --git a/perf-changelog.yaml b/perf-changelog.yaml index 746d0645d..dc454c202 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-fp4-b200-sglang + description: + - "Update SGLang image from nightly-dev-cu13-20260328-a27651d5 to v0.5.10.post1-cu130" + pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1031