Skip to content

Commit a6559cf

Browse files
author
EC2 Default User
committed
edit sagemaker-python-sdk/tensorflow_serving_using_elastic_inference_with_your_own_model/tensorflow_serving_pretrained_model_elastic_inference.ipynb
1 parent 3f4d7ad commit a6559cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sagemaker-python-sdk/tensorflow_serving_using_elastic_inference_with_your_own_model/tensorflow_serving_pretrained_model_elastic_inference.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"cell_type": "markdown",
115115
"metadata": {},
116116
"source": [
117-
"# Deploy the trained Model to an Endpoint with an attached EI accelerator\n",
117+
"## Deploy the trained Model to an Endpoint with an attached EI accelerator\n",
118118
"\n",
119119
"The `deploy()` method creates an endpoint which serves prediction requests in real-time.\n",
120120
"\n",
@@ -148,7 +148,7 @@
148148
"cell_type": "markdown",
149149
"metadata": {},
150150
"source": [
151-
"# Invoke the Endpoint to get inferences\n",
151+
"## Invoke the Endpoint to get inferences\n",
152152
"\n",
153153
"Invoking prediction:"
154154
]
@@ -175,7 +175,7 @@
175175
"cell_type": "markdown",
176176
"metadata": {},
177177
"source": [
178-
"# Delete the Endpoint\n",
178+
"## Delete the Endpoint\n",
179179
"\n",
180180
"After you have finished with this example, remember to delete the prediction endpoint to release the instance(s) associated with it."
181181
]

0 commit comments

Comments
 (0)