Skip to content

Commit ed17aa9

Browse files
committed
Don't mark it as failure though.
1 parent 7b39a55 commit ed17aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bitsandbytes/cuda_setup/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def evaluate_cuda_setup():
147147
if cc is not None:
148148
cc_major, cc_minor = cc.split('.')
149149
if int(cc_major) < 7 or (int(cc_major) == 7 and int(cc_minor) < 5):
150-
failure = True
151150
cuda_setup.add_log_entry("WARNING: Compute capability < 7.5 detected! Proceeding to load CPU-only library...", is_warning=True)
152151
else:
153152
has_cublaslt = True

0 commit comments

Comments
 (0)