mirror of
https://github.com/clearml/clearml-serving
synced 2025-02-07 05:18:12 +00:00
typo
This commit is contained in:
parent
41df4eb287
commit
b16c51e631
@ -420,7 +420,7 @@ def cli():
|
|||||||
help='Optional: Add tags to the newly created model')
|
help='Optional: Add tags to the newly created model')
|
||||||
parser_model_upload.add_argument(
|
parser_model_upload.add_argument(
|
||||||
'--project', type=str, required=True,
|
'--project', type=str, required=True,
|
||||||
help='Specifying the project for the model tp be registered in')
|
help='Specifying the project for the model to be registered in')
|
||||||
parser_model_upload.add_argument(
|
parser_model_upload.add_argument(
|
||||||
'--framework', type=str,
|
'--framework', type=str,
|
||||||
choices=[p for p in Framework.__dict__.keys()
|
choices=[p for p in Framework.__dict__.keys()
|
||||||
|
Loading…
Reference in New Issue
Block a user