Skip to content

Commit 4bcb837

Browse files
authored
Update nightly job to use 12.4 since 12.1 is deprecated
#1278 (comment)
1 parent 7489c7d commit 4bcb837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
include:
2626
- name: CUDA Nightly
2727
runs-on: linux.g5.12xlarge.nvidia.gpu
28-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
28+
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu124'
2929
gpu-arch-type: "cuda"
30-
gpu-arch-version: "12.1"
30+
gpu-arch-version: "12.4"
3131
- name: CPU Nightly
3232
runs-on: linux.4xlarge
3333
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'

0 commit comments

Comments
 (0)