Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
|
@@ -32,6 +32,9 @@ parser_start.add_argument(
|
|
| 32 |
)
|
| 33 |
parser_start.add_argument(
|
| 34 |
"-mt", "--model_type", default="t5", help="Enter the model type"
|
|
|
|
|
|
|
|
|
|
| 35 |
parser_dirs = command_subparser.add_parser(
|
| 36 |
"dirs",
|
| 37 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
|
| 32 |
)
|
| 33 |
parser_start.add_argument(
|
| 34 |
"-mt", "--model_type", default="t5", help="Enter the model type"
|
| 35 |
+
)
|
| 36 |
+
parser_start.add_argument(
|
| 37 |
+
"-m",
|
| 38 |
parser_dirs = command_subparser.add_parser(
|
| 39 |
"dirs",
|
| 40 |
help="Create directories that are ignored by git but required for " "the project",
|