Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update comments #1562

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions bitsandbytes/backends/cpu_xpu_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,7 @@ def dequantize_4bit_impl(
quant_type="nf4",
) -> Tensor:
"""
Dequantizes FP4 blockwise quantized values.

Dequantizes 4-bit blockwise quantized values.
Dequantizes the tensor A with maximum absolute values absmax in blocks of size blocksize.

Parameters
Expand All @@ -445,8 +444,7 @@ def dequantize_4bit_impl(
blocksize : int
The blocksize used in quantization.
quant_type : str
The 4-bit quantization data type {fp4, nf4}, only nf4 is supported now

The 4-bit quantization data type {fp4, nf4}

Returns
-------
Expand Down