From b9b90eaaf53ce808a316192bacd80557e5f3481e Mon Sep 17 00:00:00 2001 From: Chun Fang Date: Wed, 28 Jan 2026 08:56:42 +0000 Subject: [PATCH 1/3] Update DSR1 FP4 SGLang Image from 0.5.7 to 0.5.8 --- .github/configs/amd-master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/configs/amd-master.yaml b/.github/configs/amd-master.yaml index 7292a644b..4860b622a 100644 --- a/.github/configs/amd-master.yaml +++ b/.github/configs/amd-master.yaml @@ -1,5 +1,5 @@ dsr1-fp4-mi355x-sglang: - image: lmsysorg/sglang:v0.5.7-rocm700-mi35x + image: lmsysorg/sglang:v0.5.8-rocm700-mi35x model: amd/DeepSeek-R1-0528-MXFP4-Preview model-prefix: dsr1 runner: mi355x From 9bbf0a722fd734a83fb28beb04b7f03a64c8a9a1 Mon Sep 17 00:00:00 2001 From: ppalanga Date: Wed, 28 Jan 2026 13:02:50 -0800 Subject: [PATCH 2/3] Update perf-changelog.yaml --- perf-changelog.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perf-changelog.yaml b/perf-changelog.yaml index cf1c6035f..41fce696e 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -273,3 +273,9 @@ description: - "Add DSR1 FP4 B300 Dynamo TRT configurations" pr-link: https://github.com/InferenceMAX/InferenceMAX/pull/585 + +- config-keys: + - dsr1-fp4-mi355x-sglang + description: + - "Update SGL image to 0.5.8" + pr-link: https://github.com/InferenceMAX/InferenceMAX/pull/595 From bed4369c988a80085559350baf66ee79758a26ae Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:24:36 +0000 Subject: [PATCH 3/3] Improve perf-changelog.yaml description for SGLang update Updated description to be more descriptive: specifies the version update from v0.5.7 to v0.5.8 and clarifies this affects DeepSeek-R1 FP4 on MI355x. Co-authored-by: functionstackx --- perf-changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf-changelog.yaml b/perf-changelog.yaml index 41fce696e..e817e7d88 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -277,5 +277,5 @@ - config-keys: - dsr1-fp4-mi355x-sglang description: - - "Update SGL image to 0.5.8" + - "Update SGLang image from v0.5.7 to v0.5.8 for DeepSeek-R1 FP4 on MI355x" pr-link: https://github.com/InferenceMAX/InferenceMAX/pull/595