Skip to content

Commit

Permalink
Update src/deepsparse/open_pif_paf/annotate.py
Browse files Browse the repository at this point in the history
Co-authored-by: corey-nm <109536191+corey-nm@users.noreply.github.com>
  • Loading branch information
dbogunowicz and corey-nm authored Nov 29, 2022
1 parent 26b2043 commit 722241c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/deepsparse/open_pif_paf/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@
_LOGGER = logging.getLogger(__name__)


@click.command()
@click.command(
context_settings=dict(
token_normalize_func=lambda x: x.replace("-", "_"), show_default=True
),
)
@click.option(
"--model_filepath",
"--model-filepath",
Expand Down

0 comments on commit 722241c

Please sign in to comment.