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 264721865..72a3eb865 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -1374,3 +1374,9 @@ - "Use lmsysorg/sglang-rocm:v0.5.10rc0-rocm720-mi35x-20260414 for FP8 benchmark" - "Image includes upstream SGLang PRs: https://github.com/sgl-project/sglang/pull/21188, https://github.com/sgl-project/sglang/pull/21421, https://github.com/sgl-project/sglang/pull/20736" pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1036 + +- 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