Skip to content

Commit 947a201

Browse files
atalmantvukovic-amd
authored andcommitted
[Release Only] Remove nvshmem from list of preload libraries (pytorch#158925)
[Release Only] Remove nvshmem from preloadlist
1 parent c1f2017 commit 947a201

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def _load_global_deps() -> None:
355355
"cusparselt": "libcusparseLt.so.*[0-9]",
356356
"cusolver": "libcusolver.so.*[0-9]",
357357
"nccl": "libnccl.so.*[0-9]",
358-
"nvshmem": "libnvshmem_host.so.*[0-9]",
359358
}
360359
# cufiile is only available on cuda 12+
361360
# TODO: Remove once CUDA 11.8 binaries are deprecated

0 commit comments

Comments
 (0)