Skip to content

Commit 2a18211

Browse files
authored
Disable CUDA 12.4 nightly build (#6333)
pytorch/pytorch#145570 deprecate cuda 12.4 nightly build cc @atalman
1 parent 1adb695 commit 2a18211

6 files changed

+1
-451
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"release": ["3.9", "3.10", "3.11", "3.12", "3.13"],
2828
}
2929
CUDA_ARCHES_DICT = {
30-
"nightly": ["11.8", "12.4", "12.6", "12.8"],
30+
"nightly": ["11.8", "12.6", "12.8"],
3131
"test": ["11.8", "12.4", "12.6"],
3232
"release": ["11.8", "12.4", "12.6"],
3333
}

tools/tests/assets/build_matrix_linux_wheel_cuda.json

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@
3030
"stable_version": "2.6.0",
3131
"use_split_build": false
3232
},
33-
{
34-
"python_version": "3.9",
35-
"gpu_arch_type": "cuda",
36-
"gpu_arch_version": "12.4",
37-
"desired_cuda": "cu124",
38-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
39-
"package_type": "manywheel",
40-
"build_name": "manywheel-py3_9-cuda12_4",
41-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
42-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
43-
"channel": "nightly",
44-
"upload_to_base_bucket": "no",
45-
"stable_version": "2.6.0",
46-
"use_split_build": false
47-
},
4833
{
4934
"python_version": "3.9",
5035
"gpu_arch_type": "cuda",
@@ -135,21 +120,6 @@
135120
"stable_version": "2.6.0",
136121
"use_split_build": false
137122
},
138-
{
139-
"python_version": "3.10",
140-
"gpu_arch_type": "cuda",
141-
"gpu_arch_version": "12.4",
142-
"desired_cuda": "cu124",
143-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
144-
"package_type": "manywheel",
145-
"build_name": "manywheel-py3_10-cuda12_4",
146-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
147-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
148-
"channel": "nightly",
149-
"upload_to_base_bucket": "no",
150-
"stable_version": "2.6.0",
151-
"use_split_build": false
152-
},
153123
{
154124
"python_version": "3.10",
155125
"gpu_arch_type": "cuda",
@@ -240,21 +210,6 @@
240210
"stable_version": "2.6.0",
241211
"use_split_build": false
242212
},
243-
{
244-
"python_version": "3.11",
245-
"gpu_arch_type": "cuda",
246-
"gpu_arch_version": "12.4",
247-
"desired_cuda": "cu124",
248-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
249-
"package_type": "manywheel",
250-
"build_name": "manywheel-py3_11-cuda12_4",
251-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
252-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
253-
"channel": "nightly",
254-
"upload_to_base_bucket": "no",
255-
"stable_version": "2.6.0",
256-
"use_split_build": false
257-
},
258213
{
259214
"python_version": "3.11",
260215
"gpu_arch_type": "cuda",
@@ -345,21 +300,6 @@
345300
"stable_version": "2.6.0",
346301
"use_split_build": false
347302
},
348-
{
349-
"python_version": "3.12",
350-
"gpu_arch_type": "cuda",
351-
"gpu_arch_version": "12.4",
352-
"desired_cuda": "cu124",
353-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
354-
"package_type": "manywheel",
355-
"build_name": "manywheel-py3_12-cuda12_4",
356-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
357-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
358-
"channel": "nightly",
359-
"upload_to_base_bucket": "no",
360-
"stable_version": "2.6.0",
361-
"use_split_build": false
362-
},
363303
{
364304
"python_version": "3.12",
365305
"gpu_arch_type": "cuda",
@@ -450,21 +390,6 @@
450390
"stable_version": "2.6.0",
451391
"use_split_build": false
452392
},
453-
{
454-
"python_version": "3.13",
455-
"gpu_arch_type": "cuda",
456-
"gpu_arch_version": "12.4",
457-
"desired_cuda": "cu124",
458-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
459-
"package_type": "manywheel",
460-
"build_name": "manywheel-py3_13-cuda12_4",
461-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
462-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
463-
"channel": "nightly",
464-
"upload_to_base_bucket": "no",
465-
"stable_version": "2.6.0",
466-
"use_split_build": false
467-
},
468393
{
469394
"python_version": "3.13",
470395
"gpu_arch_type": "cuda",
@@ -555,21 +480,6 @@
555480
"stable_version": "2.6.0",
556481
"use_split_build": false
557482
},
558-
{
559-
"python_version": "3.13t",
560-
"gpu_arch_type": "cuda",
561-
"gpu_arch_version": "12.4",
562-
"desired_cuda": "cu124",
563-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
564-
"package_type": "manywheel",
565-
"build_name": "manywheel-py3_13t-cuda12_4",
566-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
567-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
568-
"channel": "nightly",
569-
"upload_to_base_bucket": "no",
570-
"stable_version": "2.6.0",
571-
"use_split_build": false
572-
},
573483
{
574484
"python_version": "3.13t",
575485
"gpu_arch_type": "cuda",

tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@
3030
"stable_version": "2.6.0",
3131
"use_split_build": false
3232
},
33-
{
34-
"python_version": "3.9",
35-
"gpu_arch_type": "cuda",
36-
"gpu_arch_version": "12.4",
37-
"desired_cuda": "cu124",
38-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
39-
"package_type": "manywheel",
40-
"build_name": "manywheel-py3_9-cuda12_4",
41-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
42-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
43-
"channel": "nightly",
44-
"upload_to_base_bucket": "no",
45-
"stable_version": "2.6.0",
46-
"use_split_build": false
47-
},
4833
{
4934
"python_version": "3.9",
5035
"gpu_arch_type": "cuda",
@@ -105,21 +90,6 @@
10590
"stable_version": "2.6.0",
10691
"use_split_build": false
10792
},
108-
{
109-
"python_version": "3.10",
110-
"gpu_arch_type": "cuda",
111-
"gpu_arch_version": "12.4",
112-
"desired_cuda": "cu124",
113-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
114-
"package_type": "manywheel",
115-
"build_name": "manywheel-py3_10-cuda12_4",
116-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
117-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
118-
"channel": "nightly",
119-
"upload_to_base_bucket": "no",
120-
"stable_version": "2.6.0",
121-
"use_split_build": false
122-
},
12393
{
12494
"python_version": "3.10",
12595
"gpu_arch_type": "cuda",
@@ -180,21 +150,6 @@
180150
"stable_version": "2.6.0",
181151
"use_split_build": false
182152
},
183-
{
184-
"python_version": "3.11",
185-
"gpu_arch_type": "cuda",
186-
"gpu_arch_version": "12.4",
187-
"desired_cuda": "cu124",
188-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
189-
"package_type": "manywheel",
190-
"build_name": "manywheel-py3_11-cuda12_4",
191-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
192-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
193-
"channel": "nightly",
194-
"upload_to_base_bucket": "no",
195-
"stable_version": "2.6.0",
196-
"use_split_build": false
197-
},
198153
{
199154
"python_version": "3.11",
200155
"gpu_arch_type": "cuda",
@@ -255,21 +210,6 @@
255210
"stable_version": "2.6.0",
256211
"use_split_build": false
257212
},
258-
{
259-
"python_version": "3.12",
260-
"gpu_arch_type": "cuda",
261-
"gpu_arch_version": "12.4",
262-
"desired_cuda": "cu124",
263-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
264-
"package_type": "manywheel",
265-
"build_name": "manywheel-py3_12-cuda12_4",
266-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
267-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
268-
"channel": "nightly",
269-
"upload_to_base_bucket": "no",
270-
"stable_version": "2.6.0",
271-
"use_split_build": false
272-
},
273213
{
274214
"python_version": "3.12",
275215
"gpu_arch_type": "cuda",
@@ -330,21 +270,6 @@
330270
"stable_version": "2.6.0",
331271
"use_split_build": false
332272
},
333-
{
334-
"python_version": "3.13",
335-
"gpu_arch_type": "cuda",
336-
"gpu_arch_version": "12.4",
337-
"desired_cuda": "cu124",
338-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
339-
"package_type": "manywheel",
340-
"build_name": "manywheel-py3_13-cuda12_4",
341-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
342-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
343-
"channel": "nightly",
344-
"upload_to_base_bucket": "no",
345-
"stable_version": "2.6.0",
346-
"use_split_build": false
347-
},
348273
{
349274
"python_version": "3.13",
350275
"gpu_arch_type": "cuda",
@@ -405,21 +330,6 @@
405330
"stable_version": "2.6.0",
406331
"use_split_build": false
407332
},
408-
{
409-
"python_version": "3.13t",
410-
"gpu_arch_type": "cuda",
411-
"gpu_arch_version": "12.4",
412-
"desired_cuda": "cu124",
413-
"container_image": "pytorch/manylinux2_28-builder:cuda12.4",
414-
"package_type": "manywheel",
415-
"build_name": "manywheel-py3_13t-cuda12_4",
416-
"validation_runner": "linux.g5.4xlarge.nvidia.gpu",
417-
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124",
418-
"channel": "nightly",
419-
"upload_to_base_bucket": "no",
420-
"stable_version": "2.6.0",
421-
"use_split_build": false
422-
},
423333
{
424334
"python_version": "3.13t",
425335
"gpu_arch_type": "cuda",

0 commit comments

Comments
 (0)