Skip to content

Commit

Permalink
help outputs the default model dir (#713)
Browse files Browse the repository at this point in the history
* help outputs the default model dir
  • Loading branch information
byjlw authored May 7, 2024
1 parent 8734d0d commit bc62255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def _add_arguments_common(parser):
"--model-directory",
type=Path,
default=default_model_dir,
help="The directory to store downloaded model artifacts",
help=f"The directory to store downloaded model artifacts. Default: {default_model_dir}",
)
parser.add_argument(
"--port",
Expand Down

0 comments on commit bc62255

Please sign in to comment.