Unverified Commit b2a8a156 authored by YangKai0616's avatar YangKai0616 Committed by GitHub
Browse files

Update log (#1758)

parent b1f80b8a
......@@ -294,9 +294,6 @@ def get_native_library() -> BNBNativeLibrary:
if hasattr(dll, "get_context"): # only a CUDA-built library exposes this
return CudaBNBNativeLibrary(dll)
# TODO: Remove this log for XPU after 8-bit optimizer is supported
logger.warning("The 8-bit optimizer is not available on your device, only available on CUDA for now.")
return BNBNativeLibrary(dll)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment