Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit f91468e

Browse files
sanfilipdandruszak
authored andcommitted
remove redundant options
1 parent 082e011 commit f91468e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

paperspace/cli.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,6 @@ def common_experiment_create_multi_node_options(f):
190190
"--parameterServerRegistryPassword",
191191
"parameterServerRegistryPassword",
192192
),
193-
click.option(
194-
"--modelType",
195-
"modelType",
196-
),
197-
click.option(
198-
"--modelPath",
199-
"modelPath",
200-
),
201193
]
202194
return functools.reduce(lambda x, opt: opt(x), reversed(options), f)
203195

0 commit comments

Comments
 (0)