Skip to content

Commit cde6b38

Browse files
pytorchbotkit1980
andauthored
Don't try to load cufile (#138539)
Don't try to load cufile (#138501) Trying to loading it caused a big issue with 2.5.0 release - #138324 cufile is not actually used currently by default, see #133489 Pull Request resolved: #138501 Approved by: https://github.com/atalman, https://github.com/mikaylagawarecki, https://github.com/malfet (cherry picked from commit 012ff2a) Co-authored-by: Sergii Dymchenko <[email protected]>
1 parent 4076a73 commit cde6b38

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
@@ -308,7 +308,6 @@ def _load_global_deps() -> None:
308308
"cuda_runtime": "libcudart.so.*[0-9]",
309309
"cuda_cupti": "libcupti.so.*[0-9]",
310310
"cufft": "libcufft.so.*[0-9]",
311-
"cufile": "libcufile.so.*[0-9]",
312311
"curand": "libcurand.so.*[0-9]",
313312
"nvjitlink": "libnvJitLink.so.*[0-9]",
314313
"cusparse": "libcusparse.so.*[0-9]",

0 commit comments

Comments
 (0)