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

Commit 082e011

Browse files
exdxdandruszak
authored andcommitted
fix: add modelType to command line args
1 parent 8fa6661 commit 082e011

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

=1.24.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Collecting urllib3
2+
Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
3+
Installing collected packages: urllib3
4+
Successfully installed urllib3-1.24.1

paperspace/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def main():
8181
'project', 'projectId', 'command', 'workspace', 'dataset', 'registryUsername',
8282
'registryPassword', 'workspaceUsername', 'workspacePassword', 'cluster', 'clusterId',
8383
'ports', 'isPreemptible', 'useDockerfile', 'buildOnly', 'registryTarget',
84-
'registryTargetUsername', 'registryTargetPassword', 'relDockerfilePath', 'customMetrics']:
84+
'registryTargetUsername', 'registryTargetPassword', 'relDockerfilePath', 'customMetrics', 'modelType', 'modelPath']:
8585
if args and not args[0].startswith('--'):
8686
params[param] = args.pop(0)
8787
else:

0 commit comments

Comments
 (0)