Skip to content

Commit ec0429b

Browse files
authored
Update base.py (#232)
1 parent 46770fa commit ec0429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppq/quantization/quantizer/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def quantize_operations(
9696
operation_platforms[op_name] = self.target_platform
9797
else: operation_platforms[op_name] = self.default_platform
9898

99-
# maunnl override.
99+
# manual override.
100100
if op_name in operation_platforms:
101101
operation.platform = operation_platforms[op_name]
102102

0 commit comments

Comments
 (0)