You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If all required libraries are found, stop the search
106
106
ifset(found_libs.keys()) ==cuda_libs_:
107
107
logging.info("All required CUDA libraries found and loaded.")
108
108
return
109
-
logging.error(f"Failed to load all required CUDA libraries. missing libraries: {cuda_libs_-found_libs.keys()}")
109
+
logging.debug(
110
+
f"Failed to load CUDA libraries from site-packages/nvidia directory: {cuda_libs_-found_libs.keys()}. They might be loaded later from standard search paths for shared libraries."
0 commit comments