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 c66e137 commit 83c147dCopy full SHA for 83c147d
bitsandbytes/backends/cpu_xpu_common.py
@@ -428,8 +428,7 @@ def dequantize_4bit_impl(
428
quant_type="nf4",
429
) -> Tensor:
430
"""
431
- Dequantizes FP4 blockwise quantized values.
432
-
+ Dequantizes 4-bit blockwise quantized values.
433
Dequantizes the tensor A with maximum absolute values absmax in blocks of size blocksize.
434
435
Parameters
@@ -445,8 +444,7 @@ def dequantize_4bit_impl(
445
444
blocksize : int
446
The blocksize used in quantization.
447
quant_type : str
448
- The 4-bit quantization data type {fp4, nf4}, only nf4 is supported now
449
+ The 4-bit quantization data type {fp4, nf4}
450
451
Returns
452
-------
0 commit comments