diff --git a/.github/workflows/nightly-test-amd-rocm720.yml b/.github/workflows/nightly-test-amd-rocm720.yml index 0dfe4ba91..bc6328a2a 100644 --- a/.github/workflows/nightly-test-amd-rocm720.yml +++ b/.github/workflows/nightly-test-amd-rocm720.yml @@ -556,7 +556,7 @@ jobs: # 8-GPU Qwen 3.5 (Accuracy) ROCm 7.2 nightly-8-gpu-qwen35-rocm720: if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (inputs.job_filter == '' || inputs.job_filter == 'all' || inputs.job_filter == 'nightly-8-gpu-qwen35-rocm720') - runs-on: linux-mi325-gpu-8 + runs-on: linux-mi325-8gpu-sglang steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/nightly-test-amd.yml b/.github/workflows/nightly-test-amd.yml index 35229ff2e..3dc8f1270 100644 --- a/.github/workflows/nightly-test-amd.yml +++ b/.github/workflows/nightly-test-amd.yml @@ -560,7 +560,7 @@ jobs: # 8-GPU Qwen 3.5 (Accuracy) nightly-8-gpu-qwen35: if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && (inputs.job_filter == '' || inputs.job_filter == 'all' || inputs.job_filter == 'nightly-8-gpu-qwen35') - runs-on: linux-mi325-gpu-8 + runs-on: linux-mi325-8gpu-sglang steps: - name: Checkout code uses: actions/checkout@v4