Skip to content

Commit

Permalink
Fix misspelled word in docstring (#19415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearnardd committed Oct 10, 2022
1 parent d866b48 commit 9df953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/convert_graph_to_onnx.py
Expand Up @@ -133,7 +133,7 @@ def check_onnxruntime_requirements(minimum_version: Version):

def ensure_valid_input(model, tokens, input_names):
"""
Ensure input are presented in the correct order, without any Non
Ensure inputs are presented in the correct order, without any Non
Args:
model: The model used to forward the input data
Expand Down

0 comments on commit 9df953a

Please sign in to comment.