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

Commit db48f70

Browse files
committed
fix(deployments): change v100 to be gv100 for model deployments gpu types
1 parent 5370cfa commit db48f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/cli/deployments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def deployments():
2222
)
2323

2424
DEPLOYMENT_MACHINE_TYPES = ("G1", "G6", "G12",
25-
"K80", "P100", "V100")
25+
"K80", "P100", "GV100")
2626

2727
@deployments.command("create", help="Create new deployment")
2828
@click.option(

0 commit comments

Comments
 (0)