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
why python can't import the libbitsandbytes_cuda122.dll in specified path(D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes\libbitsandbytes_cuda122.dll) even though the dll file is already in the path
#590
Closed
NgAgoM opened this issue
Jul 14, 2023
· 3 comments
CUDA SETUP: Loading binary D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes\libbitsandbytes_cuda122.dll...
Could not find module 'D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes\libbitsandbytes_cuda122.dll' (or one of its dependencies). Try using the full path with constructor syntax.
CUDA SETUP: Something unexpected happened. Please compile from source:
ls D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes
maybe python -m bitsandbytes useful info
CUDA SETUP: Loading binary D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes\libbitsandbytes_cuda122.dll...
Could not find module 'D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes\libbitsandbytes_cuda122.dll' (or one of its dependencies). Try using the full path with constructor syntax.
CUDA SETUP: Something unexpected happened. Please compile from source:
ls D:\Toolkit\conda\envs\textgen\lib\site-packages\bitsandbytes
-a---- 2023/7/14 17:22 15174144 libbitsandbytes_cuda122.dll
-a---- 2023/7/14 17:22 208370 libbitsandbytes_cuda122.exp
-a---- 2023/7/14 17:22 351180 libbitsandbytes_cuda122.lib
-a---- 2023/7/14 17:22 28902912 libbitsandbytes_cuda122_nocublaslt.dll
-a---- 2023/7/14 17:22 206795 libbitsandbytes_cuda122_nocublaslt.exp
-a---- 2023/7/14 17:22 357540 libbitsandbytes_cuda122_nocublaslt.lib
appreciate !!!!
The text was updated successfully, but these errors were encountered: