Skip to content

Commit 94ec97d

Browse files
committed
lint
Signed-off-by: Jingyu Xin <[email protected]>
1 parent 0af26b2 commit 94ec97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def forward(self, inputs):
959959
and self.block_sizes.get("type", None) != "dynamic"
960960
and self._fake_quant
961961
):
962-
# Reshape is required if the logic isnt handled in the simulation kernel
962+
# Reshape is required if the logic is not handled in the simulation kernel
963963
self._setup_for_blockquant(inputs)
964964
setattr(self, "_original_input_shape", inputs.shape)
965965
inputs = self._process_for_blockquant(inputs)

0 commit comments

Comments
 (0)