Skip to content

Commit 25e54a5

Browse files
committed
remove reset
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 7a3d43a commit 25e54a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llmcompressor/modifiers/quantization/calibration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def update_weight_global_scale(module: Module):
147147
should_calculate_gparam=True,
148148
should_calculate_qparams=False,
149149
)
150-
module.weight_observer.reset()
151150

152151

153152
def update_weight_zp_scale(module: Module):

0 commit comments

Comments
 (0)