Skip to content

Commit 5256287

Browse files
committed
Fix comment
Signed-off-by: Yuanyuan Chen <[email protected]>
1 parent b169b03 commit 5256287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def dequantize_4bit(
943943
"""Dequantizes a packed 4-bit quantized tensor.
944944
945945
The input tensor is dequantized by dividing it into blocks of `blocksize` values.
946-
The the absolute maximum value within these blocks is used for scaling
946+
The absolute maximum value within these blocks is used for scaling
947947
the non-linear dequantization.
948948
949949
Args:

0 commit comments

Comments
 (0)