Skip to content

Commit 782a6b1

Browse files
committed
Merge branch 'main' into optim_fsdp_save_load
2 parents 6746174 + 0e854ec commit 782a6b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/regression_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
torch-spec: 'torch==2.4.0'
3434
gpu-arch-type: "cuda"
3535
gpu-arch-version: "12.1"
36-
- name: CUDA 2.5
36+
- name: CUDA 2.5.1
3737
runs-on: linux.g5.12xlarge.nvidia.gpu
38-
torch-spec: 'torch==2.5.0 --index-url https://download.pytorch.org/whl/cu121'
38+
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
3939
gpu-arch-type: "cuda"
4040
gpu-arch-version: "12.1"
4141
- name: CUDA Nightly
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.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cu121'
4444
gpu-arch-type: "cuda"
4545
gpu-arch-version: "12.1"
4646

@@ -54,14 +54,14 @@ jobs:
5454
torch-spec: 'torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu'
5555
gpu-arch-type: "cpu"
5656
gpu-arch-version: ""
57-
- name: CPU 2.5
57+
- name: CPU 2.5.1
5858
runs-on: linux.4xlarge
59-
torch-spec: 'torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu'
59+
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
6060
gpu-arch-type: "cpu"
6161
gpu-arch-version: ""
6262
- name: CPU Nightly
6363
runs-on: linux.4xlarge
64-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
64+
torch-spec: '--pre torch==2.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cpu'
6565
gpu-arch-type: "cpu"
6666
gpu-arch-version: ""
6767

0 commit comments

Comments
 (0)