Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyu-work committed Mar 22, 2024
1 parent 41328bd commit c5ecda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/python/tools/quantization/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ def quantize(
"""Quantize a model with QuantConfig.
Args:
model_input (Path): Path to the model or ModelProto to quantize.
model_output (Path): Path to save the quantized model.
model_input (str | Path | ModelProto): Path to the model or ModelProto to quantize.
model_output (str | Path): Path to save the quantized model.
quant_config (QuantConfig): Quantization Configuration.
"""

Expand Down

0 comments on commit c5ecda3

Please sign in to comment.