We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39a55 commit ed17aa9Copy full SHA for ed17aa9
bitsandbytes/cuda_setup/main.py
@@ -147,7 +147,6 @@ def evaluate_cuda_setup():
147
if cc is not None:
148
cc_major, cc_minor = cc.split('.')
149
if int(cc_major) < 7 or (int(cc_major) == 7 and int(cc_minor) < 5):
150
- failure = True
151
cuda_setup.add_log_entry("WARNING: Compute capability < 7.5 detected! Proceeding to load CPU-only library...", is_warning=True)
152
else:
153
has_cublaslt = True
0 commit comments