Enable MI325X AMD CI. (#6259)
This commit is contained in:
5
.github/workflows/nightly-test-amd.yml
vendored
5
.github/workflows/nightly-test-amd.yml
vendored
@@ -17,7 +17,10 @@ concurrency:
|
||||
jobs:
|
||||
nightly-test:
|
||||
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
|
||||
runs-on: linux-mi300-gpu-2
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [linux-mi300-gpu-2, linux-mi325-gpu-2-nightly]
|
||||
runs-on: ${{matrix.runner}}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user