Skip to content

Commit 51304ff

Browse files
committed
add npu to supported devices
1 parent fe9d837 commit 51304ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitsandbytes/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
features = {"multi_backend"}
2626
supported_torch_devices = {
2727
"cuda", # includes ROCm
28+
"npu", # Ascend NPU
2829
"xpu", # Intel GPU
2930
"cpu",
3031
}

0 commit comments

Comments
 (0)