Skip to content

Commit 19f0da0

Browse files
committed
PR Feedback
1 parent 292cf5a commit 19f0da0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based on: https://github.com/awslabs/mxnet-model-server/blob/master/docs/configuration.md
1+
# Based on https://github.com/pytorch/serve/blob/master/docs/configuration.md
22
enable_envvars_config=true
33
decode_input_request=false
44
load_models=ALL

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
1111
# ANY KIND, either express or implied. See the License for the specific
1212
# language governing permissions and limitations under the License.
13-
"""This module contains functionality to configure and start the
14-
multi-model server."""
13+
"""This module contains functionality to configure and start Torchserve."""
1514
from __future__ import absolute_import
1615

1716
import os

0 commit comments

Comments
 (0)