From cf612fcfd9321ddbf1e2f7baef3811bf0918d949 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Mon, 16 Dec 2024 18:03:03 -0800 Subject: [PATCH] lintrunner -a --- onnxruntime/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/__init__.py b/onnxruntime/__init__.py index dae0cac5dd9c7..3daaf415bdf32 100644 --- a/onnxruntime/__init__.py +++ b/onnxruntime/__init__.py @@ -159,7 +159,7 @@ def check_and_load_cuda_libs(root_directory, cuda_libs_): "libcufft.so.10", "libcudart.so.11", "libcudnn.so.8", - "libnvrtc.so.11.2", #This is not a mistake, it links to more specific version like libnvrtc.so.11.8.89 etc. + "libnvrtc.so.11.2", # This is not a mistake, it links to more specific version like libnvrtc.so.11.8.89 etc. ) elif (12, 0) <= cuda_version() < (13, 0): cuda_libs = (