Skip to content

Commit 38f21df

Browse files
masry707laurenyu
authored andcommitted
Fixing the tensorflow serving documentation minor typo (#487)
1 parent c74eeb9 commit 38f21df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77

88
* bug-fix: Changes to use correct S3 bucket and time range for dataframes in TrainingJobAnalytics.
99
* bug-fix: Local Mode: correctly handle the case where the model output folder doesn't exist yet
10+
* doc-fix: Fix typos in tensorflow serving documentation
1011

1112
1.14.2
1213
======

src/sagemaker/tensorflow/deploying_tensorflow_serving.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ First, download the models and extract them:
289289

290290
.. code:: bash
291291
292-
aws c3 cp s3://mybucket/models/model1/model.tar.gz model1.tar.gz
293-
aws c3 cp s3://mybucket/models/model2/model.tar.gz model2.tar.gz
292+
aws s3 cp s3://mybucket/models/model1/model.tar.gz model1.tar.gz
293+
aws s3 cp s3://mybucket/models/model2/model.tar.gz model2.tar.gz
294294
mkdir -p multi/model1
295295
mkdir -p multi/model2
296296

0 commit comments

Comments
 (0)