Skip to content

Commit 6b5f811

Browse files
authored
Update regression_test.yml
1 parent 005da61 commit 6b5f811

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/regression_test.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ jobs:
7070
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
7171
gpu-arch-type: "cuda"
7272
gpu-arch-version: "12.1"
73-
- name: CUDA Nightly
74-
runs-on: linux.g5.12xlarge.nvidia.gpu
75-
torch-spec: '--pre torch==2.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cu121'
76-
gpu-arch-type: "cuda"
77-
gpu-arch-version: "12.1"
78-
7973
- name: CPU 2.3
8074
runs-on: linux.4xlarge
8175
torch-spec: 'torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu'
@@ -91,11 +85,6 @@ jobs:
9185
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
9286
gpu-arch-type: "cpu"
9387
gpu-arch-version: ""
94-
- name: CPU Nightly
95-
runs-on: linux.4xlarge
96-
torch-spec: '--pre torch==2.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cpu'
97-
gpu-arch-type: "cpu"
98-
gpu-arch-version: ""
9988

10089
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
10190
with:

0 commit comments

Comments
 (0)