Skip to content

Commit

Permalink
Update base.py (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo authored Aug 31, 2022
1 parent 46770fa commit ec0429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppq/quantization/quantizer/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def quantize_operations(
operation_platforms[op_name] = self.target_platform
else: operation_platforms[op_name] = self.default_platform

# maunnl override.
# manual override.
if op_name in operation_platforms:
operation.platform = operation_platforms[op_name]

Expand Down

0 comments on commit ec0429b

Please sign in to comment.