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 95d13d5 commit 9750e13Copy full SHA for 9750e13
.github/workflows/regression_test_rocm.yml
@@ -25,6 +25,7 @@ jobs:
25
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
26
gpu-arch-type: "rocm"
27
gpu-arch-version: "6.3"
28
+ docker-image: pytorch/manylinux2_28-builder:rocm6.3
29
30
permissions:
31
id-token: write
@@ -36,6 +37,7 @@ jobs:
36
37
runner: ${{ matrix.runs-on }}
38
gpu-arch-type: ${{ matrix.gpu-arch-type }}
39
gpu-arch-version: ${{ matrix.gpu-arch-version }}
40
+ docker-image: ${{ matrix.docker-image }}
41
submodules: recursive
42
script: |
43
conda create -n venv python=3.9 -y
0 commit comments