Skip to content

Commit a8e6db1

Browse files
authored
Bumping Cuda version to 12.6
1 parent a9bb581 commit a8e6db1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: .github/workflows/run-readme-pr-linuxaarch64.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1313
with:
1414
runner: linux.arm64.m7g.4xlarge
15-
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
15+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.6-main"
1616
gpu-arch-type: cuda
17-
gpu-arch-version: "12.1"
17+
gpu-arch-version: "12.6"
1818
timeout: 60
1919
script: |
2020
echo "::group::Print machine info"
@@ -37,9 +37,9 @@ jobs:
3737
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3838
with:
3939
runner: linux.arm64.m7g.4xlarge
40-
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
40+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.6-main"
4141
gpu-arch-type: cuda
42-
gpu-arch-version: "12.1"
42+
gpu-arch-version: "12.6"
4343
timeout: 60
4444
script: |
4545
echo "::group::Print machine info"
@@ -57,9 +57,9 @@ jobs:
5757
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
5858
with:
5959
runner: linux.arm64.m7g.4xlarge
60-
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
60+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.6-main"
6161
gpu-arch-type: cuda
62-
gpu-arch-version: "12.1"
62+
gpu-arch-version: "12.6"
6363
timeout: 60
6464
script: |
6565
echo "::group::Print machine info"
@@ -82,9 +82,9 @@ jobs:
8282
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
8383
with:
8484
runner: linux.arm64.m7g.4xlarge
85-
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
85+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.6-main"
8686
gpu-arch-type: cuda
87-
gpu-arch-version: "12.1"
87+
gpu-arch-version: "12.6"
8888
timeout: 60
8989
script: |
9090
echo "::group::Print machine info"
@@ -107,9 +107,9 @@ jobs:
107107
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
108108
with:
109109
runner: linux.arm64.m7g.4xlarge
110-
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.1-main"
110+
docker-image: "pytorch/manylinuxaarch64-builder:cuda12.6-main"
111111
gpu-arch-type: cuda
112-
gpu-arch-version: "12.1"
112+
gpu-arch-version: "12.6"
113113
timeout: 60
114114
script: |
115115
echo "::group::Print machine info"

0 commit comments

Comments
 (0)