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
"2. Use BNB_CUDA_VERSION to specify a DIFFERENT CUDA version from the detected one, which is installed on your machine and matching an available pre-compiled version listed above\n"
142
-
"3. Check LD_LIBRARY_PATH contains the correct CUDA libraries\n\n"
143
-
)
144
-
ifno_cuda_lib_found
145
-
else"COMPILE FROM SOURCE for CPU-only:\n `cmake -DCOMPUTE_BACKEND=cpu -S . && make`\n\n"
146
-
)
147
-
148
-
diagnostics= (
149
-
"🔍 Run this command for detailed diagnostics:\n"
150
-
"python -m bitsandbytes\n\n"
151
-
"If you've tried everything and still have issues:\n"
152
-
"1. Include ALL version info (operating system, bitsandbytes, pytorch, cuda, python)\n"
0 commit comments