Skip to content

Commit c3314ed

Browse files
committed
specify that local mode is allowed only for frameworks and BYO (addresses aws#420)
1 parent ed40f13 commit c3314ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ Local Mode
203203

204204
The SageMaker Python SDK supports local mode, which allows you to create estimators and deploy them to your local environment.
205205
This is a great way to test your deep learning scripts before running them in SageMaker's managed training or hosting environments.
206+
Local Mode is supported for only frameworks (e.g. TensorFlow, MXNet) and images you supply yourself.
206207

207208
We can take the example in `Using Estimators <#using-estimators>`__ , and use either ``local`` or ``local_gpu`` as the instance type.
208209

0 commit comments

Comments
 (0)