Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
statelesshz committed Dec 5, 2024
1 parent 632262f commit 7ba303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsandbytes/backends/npu.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def quantize_4bit(
A: torch.Tensor,
absmax: Optional[torch.Tensor] = None,
out: Optional[torch.Tensor] = None,
blocksize=64,
blocksize: Optional[int] = None,
compress_statistics=False,
quant_type: Literal["fp4", "nf4"] = "nf4",
quant_storage=torch.uint8,
Expand Down

0 comments on commit 7ba303f

Please sign in to comment.