Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
b2a8a156
Unverified
Commit
b2a8a156
authored
Sep 19, 2025
by
YangKai0616
Committed by
GitHub
Sep 19, 2025
Browse files
Update log (#1758)
parent
b1f80b8a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
bitsandbytes/cextension.py
bitsandbytes/cextension.py
+0
-3
No files found.
bitsandbytes/cextension.py
View file @
b2a8a156
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment