Skip to content

Commit ee53c82

Browse files
authored
Update nvidia-nvshmem version to 3.4.5 (#7415)
Updated the version of nvidia-nvshmem from 3.3.24 to 3.4.5 for multiple targets for pytorch/pytorch#164046
1 parent 0c1fcb5 commit ee53c82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

s3_management/update_dependencies.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,24 +285,24 @@
285285
],
286286
"nvidia-nvshmem-cu12": [
287287
{
288-
"version": "3.3.24",
288+
"version": "3.4.5",
289289
"project": "torch",
290290
"target": "cu126",
291291
},
292292
{
293-
"version": "3.3.24",
293+
"version": "3.4.5",
294294
"project": "torch",
295295
"target": "cu128",
296296
},
297297
{
298-
"version": "3.3.24",
298+
"version": "3.4.5",
299299
"project": "torch",
300300
"target": "cu129",
301301
},
302302
],
303303
"nvidia-nvshmem-cu13": [
304304
{
305-
"version": "3.3.24",
305+
"version": "3.4.5",
306306
"project": "torch",
307307
"target": "cu130",
308308
}

0 commit comments

Comments
 (0)