|
60 | 60 | "stable_version": "2.8.0", |
61 | 61 | "use_split_build": false |
62 | 62 | }, |
| 63 | + { |
| 64 | + "python_version": "3.10", |
| 65 | + "gpu_arch_type": "cuda", |
| 66 | + "gpu_arch_version": "12.9", |
| 67 | + "desired_cuda": "cu129", |
| 68 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 69 | + "package_type": "manywheel", |
| 70 | + "build_name": "manywheel-py3_10-cuda12_9", |
| 71 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 72 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 73 | + "channel": "nightly", |
| 74 | + "upload_to_base_bucket": "no", |
| 75 | + "stable_version": "2.8.0", |
| 76 | + "use_split_build": false |
| 77 | + }, |
63 | 78 | { |
64 | 79 | "python_version": "3.10", |
65 | 80 | "gpu_arch_type": "rocm", |
|
150 | 165 | "stable_version": "2.8.0", |
151 | 166 | "use_split_build": false |
152 | 167 | }, |
| 168 | + { |
| 169 | + "python_version": "3.11", |
| 170 | + "gpu_arch_type": "cuda", |
| 171 | + "gpu_arch_version": "12.9", |
| 172 | + "desired_cuda": "cu129", |
| 173 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 174 | + "package_type": "manywheel", |
| 175 | + "build_name": "manywheel-py3_11-cuda12_9", |
| 176 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 177 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 178 | + "channel": "nightly", |
| 179 | + "upload_to_base_bucket": "no", |
| 180 | + "stable_version": "2.8.0", |
| 181 | + "use_split_build": false |
| 182 | + }, |
153 | 183 | { |
154 | 184 | "python_version": "3.11", |
155 | 185 | "gpu_arch_type": "rocm", |
|
240 | 270 | "stable_version": "2.8.0", |
241 | 271 | "use_split_build": false |
242 | 272 | }, |
| 273 | + { |
| 274 | + "python_version": "3.12", |
| 275 | + "gpu_arch_type": "cuda", |
| 276 | + "gpu_arch_version": "12.9", |
| 277 | + "desired_cuda": "cu129", |
| 278 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 279 | + "package_type": "manywheel", |
| 280 | + "build_name": "manywheel-py3_12-cuda12_9", |
| 281 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 282 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 283 | + "channel": "nightly", |
| 284 | + "upload_to_base_bucket": "no", |
| 285 | + "stable_version": "2.8.0", |
| 286 | + "use_split_build": false |
| 287 | + }, |
243 | 288 | { |
244 | 289 | "python_version": "3.12", |
245 | 290 | "gpu_arch_type": "rocm", |
|
330 | 375 | "stable_version": "2.8.0", |
331 | 376 | "use_split_build": false |
332 | 377 | }, |
| 378 | + { |
| 379 | + "python_version": "3.13", |
| 380 | + "gpu_arch_type": "cuda", |
| 381 | + "gpu_arch_version": "12.9", |
| 382 | + "desired_cuda": "cu129", |
| 383 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 384 | + "package_type": "manywheel", |
| 385 | + "build_name": "manywheel-py3_13-cuda12_9", |
| 386 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 387 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 388 | + "channel": "nightly", |
| 389 | + "upload_to_base_bucket": "no", |
| 390 | + "stable_version": "2.8.0", |
| 391 | + "use_split_build": false |
| 392 | + }, |
333 | 393 | { |
334 | 394 | "python_version": "3.13", |
335 | 395 | "gpu_arch_type": "rocm", |
|
420 | 480 | "stable_version": "2.8.0", |
421 | 481 | "use_split_build": false |
422 | 482 | }, |
| 483 | + { |
| 484 | + "python_version": "3.13t", |
| 485 | + "gpu_arch_type": "cuda", |
| 486 | + "gpu_arch_version": "12.9", |
| 487 | + "desired_cuda": "cu129", |
| 488 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 489 | + "package_type": "manywheel", |
| 490 | + "build_name": "manywheel-py3_13t-cuda12_9", |
| 491 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 492 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 493 | + "channel": "nightly", |
| 494 | + "upload_to_base_bucket": "no", |
| 495 | + "stable_version": "2.8.0", |
| 496 | + "use_split_build": false |
| 497 | + }, |
423 | 498 | { |
424 | 499 | "python_version": "3.13t", |
425 | 500 | "gpu_arch_type": "rocm", |
|
510 | 585 | "stable_version": "2.8.0", |
511 | 586 | "use_split_build": false |
512 | 587 | }, |
| 588 | + { |
| 589 | + "python_version": "3.14", |
| 590 | + "gpu_arch_type": "cuda", |
| 591 | + "gpu_arch_version": "12.9", |
| 592 | + "desired_cuda": "cu129", |
| 593 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 594 | + "package_type": "manywheel", |
| 595 | + "build_name": "manywheel-py3_14-cuda12_9", |
| 596 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 597 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 598 | + "channel": "nightly", |
| 599 | + "upload_to_base_bucket": "no", |
| 600 | + "stable_version": "2.8.0", |
| 601 | + "use_split_build": false |
| 602 | + }, |
513 | 603 | { |
514 | 604 | "python_version": "3.14", |
515 | 605 | "gpu_arch_type": "rocm", |
|
600 | 690 | "stable_version": "2.8.0", |
601 | 691 | "use_split_build": false |
602 | 692 | }, |
| 693 | + { |
| 694 | + "python_version": "3.14t", |
| 695 | + "gpu_arch_type": "cuda", |
| 696 | + "gpu_arch_version": "12.9", |
| 697 | + "desired_cuda": "cu129", |
| 698 | + "container_image": "pytorch/manylinux2_28-builder:cuda12.9", |
| 699 | + "package_type": "manywheel", |
| 700 | + "build_name": "manywheel-py3_14t-cuda12_9", |
| 701 | + "validation_runner": "linux.g5.4xlarge.nvidia.gpu", |
| 702 | + "installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu129", |
| 703 | + "channel": "nightly", |
| 704 | + "upload_to_base_bucket": "no", |
| 705 | + "stable_version": "2.8.0", |
| 706 | + "use_split_build": false |
| 707 | + }, |
603 | 708 | { |
604 | 709 | "python_version": "3.14t", |
605 | 710 | "gpu_arch_type": "rocm", |
|
0 commit comments