We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4b877 commit 8d6c47bCopy full SHA for 8d6c47b
torch/__init__.py
@@ -355,7 +355,7 @@ def _load_global_deps() -> None:
355
# TODO: Remove once CUDA 11.8 binaries are deprecated
356
if cuda_version is not None:
357
t_version = cuda_version.split(".")
358
- t_major = int(t_version[0]) # type: ignore[operator]
+ t_major = int(t_version[0]) # type: ignore[operator]
359
if t_major >= 12:
360
cuda_libs["cufile"] = "libcufile.so.*[0-9]"
361
0 commit comments