Skip to content

Commit 25b9460

Browse files
committed
Remote nightly
1 parent 34ef6d1 commit 25b9460

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/regression_test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +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 --index-url https://download.pytorch.org/whl/nightly/cu121'
76-
gpu-arch-type: "cuda"
77-
gpu-arch-version: "12.1"
7873

7974
- name: CPU 2.3
8075
runs-on: linux.4xlarge
@@ -91,11 +86,6 @@ jobs:
9186
torch-spec: 'torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
9287
gpu-arch-type: "cpu"
9388
gpu-arch-version: ""
94-
- name: CPU Nightly
95-
runs-on: linux.4xlarge
96-
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
97-
gpu-arch-type: "cpu"
98-
gpu-arch-version: ""
9989

10090
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
10191
with:

0 commit comments

Comments
 (0)