Skip to content

Commit

Permalink
Fix logging typo (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss authored May 16, 2022
1 parent 5a28d9f commit cf91bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/onnxruntime/quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def export(
)

LOGGER.info(
f"Creating {'dynamic' if quantization_config.is_static else 'static'} quantizer: {quantization_config}"
f"Creating {'static' if quantization_config.is_static else 'dynamic'} quantizer: {quantization_config}"
)

if preprocessor is not None:
Expand Down

0 comments on commit cf91bd7

Please sign in to comment.