Skip to content

Commit d1c0a16

Browse files
smol but big error
1 parent 07a2e68 commit d1c0a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/quantizers/gptq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def quantize_and_correct_block(
304304

305305
# Dequantize back to float32 for error correction.
306306
dequantized_column = self.quantizer.dequantize(
307-
ops.expand_dims(weight_column, 1),
307+
ops.expand_dims(quantized_column, 1),
308308
)[:, 0]
309309

310310
quantization_error = ops.divide(

0 commit comments

Comments
 (0)