Skip to content

Commit 5ddfc0f

Browse files
committed
change log level to debug
1 parent 74b8a91 commit 5ddfc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def check_and_load_cuda_libs(root_directory, cuda_libs_):
104104

105105
# If all required libraries are found, stop the search
106106
if set(found_libs.keys()) == cuda_libs_:
107-
print("All required CUDA libraries found and loaded.")
107+
logging.info("All required CUDA libraries found and loaded.")
108108
return
109109
logging.error(f"Failed to load all required CUDA libraries. missing libraries: {cuda_libs_ - found_libs.keys()}")
110110
return

0 commit comments

Comments
 (0)