Skip to content

Commit a575ab9

Browse files
tinglvvclaude
andauthored
s3_management: add cu134 (CUDA 13.4) package targets (#8452)
Register cu134 alongside cu132 for all CUDA 13.x packages in PACKAGES_PER_PROJECT so that the update-s3-dependencies workflow can manage the whl/nightly and whl/test cu134 dependency indexes. cc @atalman Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 7d2afec commit a575ab9

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

s3_management/update_dependencies.py

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
"project": "torch",
8888
"target": "cu132",
8989
},
90+
{
91+
"project": "torch",
92+
"target": "cu134",
93+
},
9094
{
9195
"project": "vllm",
9296
},
@@ -112,6 +116,10 @@
112116
"project": "torch",
113117
"target": "cu132",
114118
},
119+
{
120+
"project": "torch",
121+
"target": "cu134",
122+
},
115123
],
116124
"nvidia-cuda-nvrtc-cu12": [
117125
{
@@ -142,6 +150,10 @@
142150
"project": "torch",
143151
"target": "cu132",
144152
},
153+
{
154+
"project": "torch",
155+
"target": "cu134",
156+
},
145157
],
146158
"nvidia-cuda-runtime-cu12": [
147159
{
@@ -172,6 +184,10 @@
172184
"project": "torch",
173185
"target": "cu132",
174186
},
187+
{
188+
"project": "torch",
189+
"target": "cu134",
190+
},
175191
],
176192
"nvidia-cuda-cupti-cu12": [
177193
{
@@ -202,6 +218,10 @@
202218
"project": "torch",
203219
"target": "cu132",
204220
},
221+
{
222+
"project": "torch",
223+
"target": "cu134",
224+
},
205225
],
206226
"nvidia-cudnn-cu12": [
207227
{
@@ -232,6 +252,10 @@
232252
"project": "torch",
233253
"target": "cu132",
234254
},
255+
{
256+
"project": "torch",
257+
"target": "cu134",
258+
},
235259
],
236260
"nvidia-cublas-cu12": [
237261
{
@@ -262,6 +286,10 @@
262286
"project": "torch",
263287
"target": "cu132",
264288
},
289+
{
290+
"project": "torch",
291+
"target": "cu134",
292+
},
265293
],
266294
"nvidia-cufft-cu12": [
267295
{
@@ -292,6 +320,10 @@
292320
"project": "torch",
293321
"target": "cu132",
294322
},
323+
{
324+
"project": "torch",
325+
"target": "cu134",
326+
},
295327
],
296328
"nvidia-curand-cu12": [
297329
{
@@ -322,6 +354,10 @@
322354
"project": "torch",
323355
"target": "cu132",
324356
},
357+
{
358+
"project": "torch",
359+
"target": "cu134",
360+
},
325361
],
326362
"nvidia-cusolver-cu12": [
327363
{
@@ -352,6 +388,10 @@
352388
"project": "torch",
353389
"target": "cu132",
354390
},
391+
{
392+
"project": "torch",
393+
"target": "cu134",
394+
},
355395
],
356396
"nvidia-cusparse-cu12": [
357397
{
@@ -382,6 +422,10 @@
382422
"project": "torch",
383423
"target": "cu132",
384424
},
425+
{
426+
"project": "torch",
427+
"target": "cu134",
428+
},
385429
],
386430
"nvidia-cusparselt-cu12": [
387431
{
@@ -412,6 +456,10 @@
412456
"project": "torch",
413457
"target": "cu132",
414458
},
459+
{
460+
"project": "torch",
461+
"target": "cu134",
462+
},
415463
],
416464
"nvidia-nccl-cu12": [
417465
{
@@ -442,6 +490,10 @@
442490
"project": "torch",
443491
"target": "cu132",
444492
},
493+
{
494+
"project": "torch",
495+
"target": "cu134",
496+
},
445497
],
446498
"nvidia-nvshmem-cu12": [
447499
{
@@ -472,6 +524,10 @@
472524
"project": "torch",
473525
"target": "cu132",
474526
},
527+
{
528+
"project": "torch",
529+
"target": "cu134",
530+
},
475531
],
476532
"nvidia-cuda-cccl-cu12": [
477533
{
@@ -502,6 +558,10 @@
502558
"project": "torch",
503559
"target": "cu132",
504560
},
561+
{
562+
"project": "torch",
563+
"target": "cu134",
564+
},
505565
],
506566
"nvidia-nvtx-cu12": [
507567
{
@@ -532,6 +592,10 @@
532592
"project": "torch",
533593
"target": "cu132",
534594
},
595+
{
596+
"project": "torch",
597+
"target": "cu134",
598+
},
535599
],
536600
"nvidia-nvjitlink-cu12": [
537601
{
@@ -562,6 +626,10 @@
562626
"project": "torch",
563627
"target": "cu132",
564628
},
629+
{
630+
"project": "torch",
631+
"target": "cu134",
632+
},
565633
],
566634
"nvidia-cufile-cu12": [
567635
{
@@ -592,6 +660,10 @@
592660
"project": "torch",
593661
"target": "cu132",
594662
},
663+
{
664+
"project": "torch",
665+
"target": "cu134",
666+
},
595667
],
596668
"rocm": [{"project": "torch_rocm", "target": "rocm7.14"}],
597669
"rocm-sdk-core": [{"project": "torch_rocm", "target": "rocm7.14"}],

0 commit comments

Comments
 (0)