Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mht-sharma committed Jan 12, 2024
1 parent 794a2da commit b5f715b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/commands/export/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def parse_args_onnx(parser):
),
)
optional_group.add_argument(
"--no_dynamic_axes", action="store_true", help="Disable dynamic axes during ONNX export"
"--no-dynamic-axes", action="store_true", help="Disable dynamic axes during ONNX export"
)

input_group = parser.add_argument_group(
Expand Down

0 comments on commit b5f715b

Please sign in to comment.