diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 096e876de524..043baaf9cf6d 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -19,7 +19,7 @@ jobs: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' strategy: matrix: - runner: [linux-mi300-gpu-2, linux-mi325-gpu-2-nightly] + runner: [linux.rocm.gpu.gfx942.2, linux.rocm.gpu.gfx942.2-nightly] runs-on: ${{matrix.runner}} steps: - name: Checkout code diff --git a/scripts/ci/amd_ci_start_container.sh b/scripts/ci/amd_ci_start_container.sh index e435f3321ad2..e1f09006c957 100755 --- a/scripts/ci/amd_ci_start_container.sh +++ b/scripts/ci/amd_ci_start_container.sh @@ -27,7 +27,7 @@ fi # Default base tags (can be overridden by command line arguments) -DEFAULT_MI30X_BASE_TAG="${SGLANG_VERSION}-rocm630-mi30x" +DEFAULT_MI30X_BASE_TAG="${SGLANG_VERSION}-rocm700-mi30x" DEFAULT_MI35X_BASE_TAG="${SGLANG_VERSION}-rocm700-mi35x" # Parse command line arguments