Skip to content

Commit ca9e014

Browse files
author
Joseph Zhang
committed
Remove default instance type from ModelBuilder.
1 parent 0a72356 commit ca9e014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/builder/model_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ class ModelBuilder(Triton, DJL, JumpStart, TGI, Transformers, TensorflowServing,
274274
metadata={"help": "Define the s3 location where you want to upload the model package"},
275275
)
276276
instance_type: Optional[str] = field(
277-
default="ml.c5.xlarge",
277+
default=None,
278278
metadata={"help": "Define the instance_type of the endpoint"},
279279
)
280280
schema_builder: Optional[SchemaBuilder] = field(

0 commit comments

Comments
 (0)