Skip to content

Commit

Permalink
Typo (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskrahmer authored Oct 15, 2023
1 parent 0153306 commit c5ad7f9
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 @@ -115,7 +115,7 @@ def from_pretrained(
file_name: Optional[str] = None,
) -> "ORTQuantizer":
"""
Instantiates a `ORTQuantizer` from a an ONNX model file or an `ORTModel`.
Instantiates a `ORTQuantizer` from an ONNX model file or an `ORTModel`.
Args:
model_or_path (`Union[ORTModel, str, Path]`):
Expand Down

0 comments on commit c5ad7f9

Please sign in to comment.