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 b1f80b8 commit b2a8a15Copy full SHA for b2a8a15
bitsandbytes/cextension.py
@@ -294,9 +294,6 @@ def get_native_library() -> BNBNativeLibrary:
294
if hasattr(dll, "get_context"): # only a CUDA-built library exposes this
295
return CudaBNBNativeLibrary(dll)
296
297
- # TODO: Remove this log for XPU after 8-bit optimizer is supported
298
- logger.warning("The 8-bit optimizer is not available on your device, only available on CUDA for now.")
299
-
300
return BNBNativeLibrary(dll)
301
302
0 commit comments