Skip to content

Commit 64e00eb

Browse files
authored
Update regression_test.yml
1 parent 606a883 commit 64e00eb

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
@@ -38,7 +38,7 @@ jobs:
3838
gpu-arch-version: "12.1"
3939
- name: CUDA Nightly (Aug 29, 2024)
4040
runs-on: linux.g5.12xlarge.nvidia.gpu
41-
torch-spec: 'torch==2.2.0.dev20240829+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
41+
torch-spec: '--pre torch==2.5.0.dev20240829+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
4242
gpu-arch-type: "cuda"
4343
gpu-arch-version: "12.1"
4444

@@ -59,7 +59,7 @@ jobs:
5959
gpu-arch-version: ""
6060
- name: CPU Nightly (Aug 29, 2024)
6161
runs-on: linux.4xlarge
62-
torch-spec: 'torch==2.2.0.dev20240829+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
62+
torch-spec: '--pre torch==2.5.0.dev20240829+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
6363
gpu-arch-type: "cpu"
6464
gpu-arch-version: ""
6565

0 commit comments

Comments
 (0)