Skip to content

Commit

Permalink
Update optimum/commands/export/neuronx.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Benayoun <[email protected]>
  • Loading branch information
JingyaHuang and michaelbenayoun authored Jun 27, 2024
1 parent 88a3f2c commit bc5a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/commands/export/neuronx.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def parse_args_neuronx(parser: "ArgumentParser"):
default=None,
nargs="*",
type=str,
help=("List of model ids (eg. `thibaud/controlnet-openpose-sdxl-1.0`) of ControlNet models."),
help="List of model ids (eg. `thibaud/controlnet-openpose-sdxl-1.0`) of ControlNet models.",
)
optional_group.add_argument(
"--output_attentions",
Expand Down

0 comments on commit bc5a8d3

Please sign in to comment.