Skip to content

Commit 59a4113

Browse files
committed
Test cuda nightly failure
1 parent ce5273c commit 59a4113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regression_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
torch-spec: 'torch==2.4.0'
3939
gpu-arch-type: "cuda"
4040
gpu-arch-version: "12.1"
41-
- name: CUDA Nightly
41+
- name: CUDA Nightly (Oct 1)
4242
runs-on: linux.g5.12xlarge.nvidia.gpu
43-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
43+
torch-spec: '--pre torch==2.5.0.dev20241001+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121' #'--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
4444
gpu-arch-type: "cuda"
4545
gpu-arch-version: "12.1"
46-
46+
4747
- name: CPU 2.2.2
4848
runs-on: linux.4xlarge
4949
torch-spec: 'torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu "numpy<2" '

0 commit comments

Comments
 (0)