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 2abe4ba commit 9149659Copy full SHA for 9149659
py/torch_tensorrt/__init__.py
@@ -44,9 +44,6 @@ def _find_lib(name, paths):
44
45
if sys.platform.startswith("win"):
46
WIN_LIBS = [
47
- f"cublas64_{CUDA_MAJOR}.dll",
48
- f"cublasLt64_{CUDA_MAJOR}.dll",
49
- f"cudnn64_{CUDNN_MAJOR}.dll",
50
"nvinfer.dll",
51
"nvinfer_plugin.dll",
52
]
@@ -76,7 +73,6 @@ def _find_lib(name, paths):
76
73
77
74
78
75
LINUX_LIBS = [
79
- f"libcudnn.so.{CUDNN_MAJOR}",
80
f"libnvinfer.so.{TENSORRT_MAJOR}",
81
f"libnvinfer_plugin.so.{TENSORRT_MAJOR}",
82
0 commit comments