Skip to content

Commit 20cc719

Browse files
eric-haibin-linchuyang-deng
authored andcommitted
doc: model local mode (#1076)
* Update model.deploy documentation
1 parent d908a14 commit 20cc719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def deploy(
399399
initial_instance_count (int): The initial number of instances to run
400400
in the ``Endpoint`` created from this ``Model``.
401401
instance_type (str): The EC2 instance type to deploy this Model to.
402-
For example, 'ml.p2.xlarge'.
402+
For example, 'ml.p2.xlarge', or 'local' for local mode.
403403
accelerator_type (str): Type of Elastic Inference accelerator to
404404
deploy this model for model loading and inference, for example,
405405
'ml.eia1.medium'. If not specified, no Elastic Inference

0 commit comments

Comments
 (0)