Skip to content

Commit bf6805f

Browse files
fix EI TFS docs (#644)
1 parent ddfc301 commit bf6805f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
CHANGELOG
33
=========
44

5+
1.18.4.dev
6+
==========
7+
8+
* doc-fix: Remove incorrect parameter for EI TFS Python README
9+
510
1.18.3.post1
611
============
712

src/sagemaker/tensorflow/deploying_python.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ TensorFlow serving on SageMaker has support for `Elastic Inference <https://docs
3131
3232
predictor = estimator.deploy(initial_instance_count=1,
3333
instance_type='ml.c5.xlarge',
34-
accelerator_type='ml.eia1.medium'
35-
endpoint_type='tensorflow-serving-elastic-inference')
34+
accelerator_type='ml.eia1.medium')
3635
3736
What happens when deploy is called
3837
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)