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 7ca8cdf commit 593fb78Copy full SHA for 593fb78
.github/workflows/regression_test.yml
@@ -38,10 +38,11 @@ jobs:
38
gpu-arch-type: "cpu"
39
gpu-arch-version: ""
40
- name: ROCM Nightly
41
- runs-on: linux.rocm.gpu
+ runs-on: linux.rocm.gpu.2
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
+
46
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
47
with:
48
timeout: 120
0 commit comments