We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3900187 commit 1542c18Copy full SHA for 1542c18
bitsandbytes/backends/hpu/ops.py
@@ -24,7 +24,6 @@ def _(
24
A.dtype in [torch.bfloat16, torch.uint8],
25
lambda: f"quant_storage supports uint8 or bfloat16, but got {A.dtype}",
26
)
27
- torch._check(A.dtype in [torch.bfloat16, torch.uint8], lambda: f"quant_storage supports uint8 or bfloat16, but got {A.dtype}")
28
29
# Enable non uint8 dtype
30
if A.dtype != torch.uint8:
0 commit comments