Skip to content

Commit b13ecb3

Browse files
byjlwmalfet
authored andcommitted
help outputs the default model dir (#713)
* help outputs the default model dir
1 parent 0abd4ab commit b13ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _add_arguments_common(parser):
295295
"--model-directory",
296296
type=Path,
297297
default=default_model_dir,
298-
help="The directory to store downloaded model artifacts",
298+
help=f"The directory to store downloaded model artifacts. Default: {default_model_dir}",
299299
)
300300
parser.add_argument(
301301
"--port",

0 commit comments

Comments
 (0)