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 492cfc6 commit c618b19Copy full SHA for c618b19
bitsandbytes/cextension.py
@@ -22,7 +22,7 @@
22
Inspect the output of the command and see if you can locate CUDA libraries. You might need to add them
23
to your LD_LIBRARY_PATH. If you suspect a bug, please take the information from python -m bitsandbytes
24
and open an issue at: https://github.com/TimDettmers/bitsandbytes/issues''')
25
- lib.cadam32bit_grad_fp32 # runs on an error if the library could not be found -> COMPILED_WITH_CUDA=False
+ _ = lib.cadam32bit_grad_fp32 # runs on an error if the library could not be found -> COMPILED_WITH_CUDA=False
26
lib.get_context.restype = ct.c_void_p
27
lib.get_cusparse.restype = ct.c_void_p
28
lib.cget_managed_ptr.restype = ct.c_void_p
0 commit comments