Skip to content

Commit 6a5db22

Browse files
committed
change args
1 parent 07f7031 commit 6a5db22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roboflow/deployment.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def add_deployment_parser(subparsers):
2929
deployment_add_parser.add_argument(
3030
"-m",
3131
dest="machine_type",
32-
help="machine type, run `roboflow deployment machine_type` to see available options",
33-
default="gcp-n2-cpu",
32+
help="machine type, run `roboflow deployment machine_type` to see available options"
3433
)
3534
deployment_add_parser.add_argument(
3635
"-n", dest="deployment_name", help="deployment name, must contain 3-10 lowercase characters"

0 commit comments

Comments
 (0)