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 7a3d43a commit 25e54a5Copy full SHA for 25e54a5
src/llmcompressor/modifiers/quantization/calibration.py
@@ -147,7 +147,6 @@ def update_weight_global_scale(module: Module):
147
should_calculate_gparam=True,
148
should_calculate_qparams=False,
149
)
150
- module.weight_observer.reset()
151
152
153
def update_weight_zp_scale(module: Module):
0 commit comments