Skip to content

Commit 83c147d

Browse files
authored
update comments (#1562)
Signed-off-by: jiqing-feng <[email protected]>
1 parent c66e137 commit 83c147d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bitsandbytes/backends/cpu_xpu_common.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,7 @@ def dequantize_4bit_impl(
428428
quant_type="nf4",
429429
) -> Tensor:
430430
"""
431-
Dequantizes FP4 blockwise quantized values.
432-
431+
Dequantizes 4-bit blockwise quantized values.
433432
Dequantizes the tensor A with maximum absolute values absmax in blocks of size blocksize.
434433
435434
Parameters
@@ -445,8 +444,7 @@ def dequantize_4bit_impl(
445444
blocksize : int
446445
The blocksize used in quantization.
447446
quant_type : str
448-
The 4-bit quantization data type {fp4, nf4}, only nf4 is supported now
449-
447+
The 4-bit quantization data type {fp4, nf4}
450448
451449
Returns
452450
-------

0 commit comments

Comments
 (0)