[AMD] CI - new runner label for MI325 8gpu (#19815)
This commit is contained in:
@@ -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
|
||||
|
||||
2
.github/workflows/nightly-test-amd.yml
vendored
2
.github/workflows/nightly-test-amd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user