Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Aug 25, 2023
1 parent d962bf2 commit 82ecc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/onnxruntime/modeling_ort.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
_PROCESSOR_FOR_DOC = "AutoProcessor"

ONNX_MODEL_END_DOCSTRING = r"""
This model inherits from [`~onnxruntime.modeling_ort.ORTModel`]. Check the superclass documentation for the generic methods the
library implements for all its model (such as downloading or saving)
This model inherits from [`~onnxruntime.modeling_ort.ORTModel`], check its documentation for the generic methods the
library implements for all its model (such as downloading or saving).
This class should be initialized using the [`onnxruntime.modeling_ort.ORTModel.from_pretrained`] method.
"""
Expand Down

0 comments on commit 82ecc16

Please sign in to comment.