From 44e58c3129a6bd58cd2bc2574dc3d3d9a7c5e084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20D=C3=A9sirest?= Date: Sat, 8 Nov 2025 13:32:38 +0100 Subject: [PATCH] chore(config): use a more up to date container for rocm/sgl --- .github/configs/amd-master.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/configs/amd-master.yaml b/.github/configs/amd-master.yaml index 82251c8be..629dd9389 100644 --- a/.github/configs/amd-master.yaml +++ b/.github/configs/amd-master.yaml @@ -1,5 +1,5 @@ dsr1-fp4-mi355x-sglang: - image: rocm/7.0:rocm7.0_ubuntu_22.04_sgl-dev-v0.5.2-rocm7.0-mi35x-20250915 + image: rocm/sgl-dev:v0.5.5-rocm700-mi35x-20251107 model: amd/DeepSeek-R1-0528-MXFP4-Preview model-prefix: dsr1 runner: mi355x @@ -21,7 +21,7 @@ dsr1-fp4-mi355x-sglang: - { tp: 8, conc-start: 4, conc-end: 64 } dsr1-fp8-mi300x-sglang: - image: rocm/7.0:rocm7.0_ubuntu_22.04_sgl-dev-v0.5.2-rocm7.0-mi30x-20250915 + image: rocm/sgl-dev:v0.5.5-rocm700-mi30x-20251107 model: deepseek-ai/DeepSeek-R1-0528 model-prefix: dsr1 runner: mi300x @@ -42,7 +42,7 @@ dsr1-fp8-mi300x-sglang: - { tp: 8, conc-start: 4, conc-end: 64 } dsr1-fp8-mi325x-sglang: - image: rocm/7.0:rocm7.0_ubuntu_22.04_sgl-dev-v0.5.2-rocm7.0-mi30x-20250915 + image: rocm/sgl-dev:v0.5.5-rocm700-mi30x-20251107 model: deepseek-ai/DeepSeek-R1-0528 model-prefix: dsr1 runner: mi325x @@ -63,7 +63,7 @@ dsr1-fp8-mi325x-sglang: - { tp: 8, conc-start: 4, conc-end: 64 } dsr1-fp8-mi355x-sglang: - image: rocm/7.0:rocm7.0_ubuntu_22.04_sgl-dev-v0.5.2-rocm7.0-mi35x-20250915 + image: rocm/sgl-dev:v0.5.5-rocm700-mi35x-20251107 model: deepseek-ai/DeepSeek-R1-0528 model-prefix: dsr1 runner: mi355x