Skip to content

Commit 7ba303f

Browse files
committed
update
1 parent 632262f commit 7ba303f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/backends/npu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def quantize_4bit(
9090
A: torch.Tensor,
9191
absmax: Optional[torch.Tensor] = None,
9292
out: Optional[torch.Tensor] = None,
93-
blocksize=64,
93+
blocksize: Optional[int] = None,
9494
compress_statistics=False,
9595
quant_type: Literal["fp4", "nf4"] = "nf4",
9696
quant_storage=torch.uint8,

0 commit comments

Comments
 (0)