We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9d837 commit 51304ffCopy full SHA for 51304ff
bitsandbytes/__init__.py
@@ -25,6 +25,7 @@
25
features = {"multi_backend"}
26
supported_torch_devices = {
27
"cuda", # includes ROCm
28
+ "npu", # Ascend NPU
29
"xpu", # Intel GPU
30
"cpu",
31
}
0 commit comments