File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 70
70
torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
71
71
gpu-arch-type : " cuda"
72
72
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"
78
73
79
74
- name : CPU 2.3
80
75
runs-on : linux.4xlarge
91
86
torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
92
87
gpu-arch-type : " cpu"
93
88
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 : " "
99
89
100
90
uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
101
91
with :
You can’t perform that action at this time.
0 commit comments