Skip to content

Commit

Permalink
add npu to supported devices
Browse files Browse the repository at this point in the history
  • Loading branch information
statelesshz committed Dec 6, 2024
1 parent fe9d837 commit 51304ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bitsandbytes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
features = {"multi_backend"}
supported_torch_devices = {
"cuda", # includes ROCm
"npu", # Ascend NPU
"xpu", # Intel GPU
"cpu",
}
Expand Down

0 comments on commit 51304ff

Please sign in to comment.