Skip to content

Commit b2a8a15

Browse files
authored
Update log (#1758)
1 parent b1f80b8 commit b2a8a15

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bitsandbytes/cextension.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ def get_native_library() -> BNBNativeLibrary:
294294
if hasattr(dll, "get_context"): # only a CUDA-built library exposes this
295295
return CudaBNBNativeLibrary(dll)
296296

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-
300297
return BNBNativeLibrary(dll)
301298

302299

0 commit comments

Comments
 (0)