File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/sagemaker_pytorch_serving_container Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
enable_envvars_config =true
3
3
decode_input_request =false
4
4
load_models =ALL
Original file line number Diff line number Diff line change 10
10
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
11
# ANY KIND, either express or implied. See the License for the specific
12
12
# 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."""
15
14
from __future__ import absolute_import
16
15
17
16
import os
You can’t perform that action at this time.
0 commit comments