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 17aa177 commit fe62831Copy full SHA for fe62831
src/compressed_tensors/quantization/lifecycle/helpers.py
@@ -64,7 +64,7 @@ def update_layer_weight_quant_params(
64
if attached_weight is not None:
65
weight = weight.to(attached_weight.dtype)
66
67
- updated_scale, updated_zero_point = observer(weight, g_idx=g_idx)
+ updated_scale, updated_zero_point = observer(weight)
68
69
# update scale and zero point
70
device = next(layer.parameters()).device
0 commit comments