We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1331d commit e54e154Copy full SHA for e54e154
.github/workflows/regression_test.yml
@@ -42,12 +42,11 @@ jobs:
42
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
43
gpu-arch-type: "rocm"
44
gpu-arch-version: "6.3"
45
- uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@rocm_experiment
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
46
with:
47
timeout: 120
48
no-sudo: ${{ matrix.gpu-arch-type == 'rocm' }}
49
- continue-on-error: ${{ matrix.gpu-arch-type == 'rocm' }}
50
- test-infra-ref: rocm_experiment
+ test-infra-ref: main
51
runner: ${{ matrix.runs-on }}
52
gpu-arch-type: ${{ matrix.gpu-arch-type }}
53
gpu-arch-version: ${{ matrix.gpu-arch-version }}
0 commit comments