Skip to content

Commit 1542c18

Browse files
Update ops.py
1 parent 3900187 commit 1542c18

File tree

1 file changed

+0
-1
lines changed
  • bitsandbytes/backends/hpu

1 file changed

+0
-1
lines changed

bitsandbytes/backends/hpu/ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def _(
2424
A.dtype in [torch.bfloat16, torch.uint8],
2525
lambda: f"quant_storage supports uint8 or bfloat16, but got {A.dtype}",
2626
)
27-
torch._check(A.dtype in [torch.bfloat16, torch.uint8], lambda: f"quant_storage supports uint8 or bfloat16, but got {A.dtype}")
2827

2928
# Enable non uint8 dtype
3029
if A.dtype != torch.uint8:

0 commit comments

Comments
 (0)