Skip to content

Commit f8bbfe5

Browse files
committed
minor
1 parent 03797cd commit f8bbfe5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modelopt/torch/quantization/nn/modules/tensor_quantizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ def forward(self, inputs):
915915
)
916916
assert block_size is not None, "block size for dynamic quantization not found."
917917

918-
# Collect calibration data for bias
919918
self.collect(inputs)
920919

921920
if self._if_quant:

0 commit comments

Comments
 (0)