From b1e21628625344d7cdfeda33c23c42180b88641e Mon Sep 17 00:00:00 2001 From: Oseltamivir <58582368+Oseltamivir@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:26:34 +0800 Subject: [PATCH 1/2] fix(amd): refresh DSR1 MI355X SGLang image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 DeepSeek-R1 MI355X SGLang 分离式 MTP 配置升级到包含 AITER 准确性修复的新镜像,并追加性能变更日志。 --- configs/amd-master.yaml | 2 +- perf-changelog.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/amd-master.yaml b/configs/amd-master.yaml index 59f655945..84f5b24a1 100644 --- a/configs/amd-master.yaml +++ b/configs/amd-master.yaml @@ -769,7 +769,7 @@ dsr1-fp4-mi355x-sglang-disagg: - "DECODE_MTP_SIZE=0" dsr1-fp4-mi355x-sglang-disagg-8k1k-mtp: - image: lmsysorg/sglang-rocm:v0.5.12.post1-rocm720-mi35x-20260529 + image: lmsysorg/sglang-rocm:v0.5.17-rocm720-mi35x-20260820 model: amd/DeepSeek-R1-0528-MXFP4-v2 model-prefix: dsr1 runner: mi355x-disagg diff --git a/perf-changelog.yaml b/perf-changelog.yaml index 93b6a7c1b..15d2bf3e2 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -6251,3 +6251,10 @@ description: - "Refresh with lower stream interval to collect correct client metrics" pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2686 + +- config-keys: + - dsr1-fp4-mi355x-sglang-disagg-8k1k-mtp + description: + - "Bump the SGLang ROCm image from v0.5.12.post1-rocm720-mi35x-20260529 to v0.5.17-rocm720-mi35x-20260820." + - "Pick up AITER d9e5ef7, including the stage-2 masked-reduce and persistent-MLA synchronization fixes for the DeepSeek-R1 MI355X accuracy corruption tracked in sgl-project/sglang#27194." + pr-link: TBD From 6c29d970ef0cbf75711f1c55e9a1b27542f4d217 Mon Sep 17 00:00:00 2001 From: Oseltamivir <58582368+Oseltamivir@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:27:17 +0800 Subject: [PATCH 2/2] chore: link performance changelog to PR 2691 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将性能变更日志链接更新为替代 PR #2691。 --- perf-changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf-changelog.yaml b/perf-changelog.yaml index 15d2bf3e2..1674f1a58 100644 --- a/perf-changelog.yaml +++ b/perf-changelog.yaml @@ -6257,4 +6257,4 @@ description: - "Bump the SGLang ROCm image from v0.5.12.post1-rocm720-mi35x-20260529 to v0.5.17-rocm720-mi35x-20260820." - "Pick up AITER d9e5ef7, including the stage-2 masked-reduce and persistent-MLA synchronization fixes for the DeepSeek-R1 MI355X accuracy corruption tracked in sgl-project/sglang#27194." - pr-link: TBD + pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/2691