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 3679631 commit c63899bCopy full SHA for c63899b
.github/workflows/regression_test_rocm.yml
@@ -22,10 +22,10 @@ jobs:
22
include:
23
- name: ROCM Nightly
24
runs-on: linux.rocm.gpu.gfx942.2
25
- torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3'
+ torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm7.0'
26
gpu-arch-type: "rocm"
27
- gpu-arch-version: "6.3"
28
- docker-image: pytorch/manylinux2_28-builder:rocm6.3
+ gpu-arch-version: "7.0"
+ docker-image: pytorch/manylinux2_28-builder:rocm7.0
29
30
permissions:
31
id-token: write
0 commit comments