Skip to content

Commit

Permalink
Fix CPU dequantization to use nested dequantized scaling constant (#1549
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zyklotomic authored Mar 7, 2025
1 parent b8223fe commit d8d157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitsandbytes/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ def dequantize_blockwise(
lib.cdequantize_blockwise_cpu_fp32(
get_ptr(code),
get_ptr(A),
get_ptr(quant_state.absmax),
get_ptr(absmax),
get_ptr(out),
ct.c_longlong(quant_state.blocksize),
ct.c_longlong(A.numel()),
Expand Down

0 comments on commit d8d157f

Please sign in to comment.