Skip to content

Commit db55919

Browse files
Fix feature flag for multi_backend
1 parent f40e8ae commit db55919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# This is a signal for integrations with transformers/diffusers.
2323
# Eventually we may remove this but it is currently required for compatibility.
24-
features = {"multi-backend"}
24+
features = {"multi_backend"}
2525
supported_torch_devices = {
2626
"cpu",
2727
"cuda", # NVIDIA/AMD GPU

0 commit comments

Comments
 (0)