Skip to content

Commit 678f749

Browse files
xaduprepytorchmergebot
authored andcommitted
Fix a misspelling [ONNX] (pytorch#143301)
Pull Request resolved: pytorch#143301 Approved by: https://github.com/titaiwangms
1 parent 8ad842c commit 678f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/onnx/_internal/exporter/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _rename_dynamic_shapes_with_model_inputs(
3737
) -> dict[str, Any] | tuple[Any] | list[Any]:
3838
"""
3939
40-
This function renames the dynamic_shapes with the paramters of the model, since
40+
This function renames the dynamic_shapes with the parameters of the model, since
4141
torch.export.export requires the dynamic_shapes to be named with the model's input names.
4242
4343
NOTE: If the model input is nested, this function does nothing, and the users are responsible

0 commit comments

Comments
 (0)