"vscode:/vscode.git/clone" did not exist on "94f5027ea7ded87448682f3beb16dc53cad176f7"
Unverified Commit d8d157f4 authored by Ethan Kiang's avatar Ethan Kiang Committed by GitHub
Browse files

Fix CPU dequantization to use nested dequantized scaling constant (#1549)

parent b8223fed
......@@ -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()),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment