Skip to content

Commit

Permalink
lintrunner -a
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Dec 17, 2024
1 parent 5923d1b commit cf612fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit cf612fc

Please sign in to comment.