File tree 1 file changed +2
-2
lines changed
src/sagemaker_pytorch_serving_container
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ class HandlerService(DefaultHandlerService):
26
26
27
27
"""Handler service that is executed by the model server.
28
28
29
- Determines specific default inference handlers to use based on the type MXNet model being used.
29
+ Determines specific default inference handlers to use based on the type of PyTorch model being used.
30
30
31
31
This class extends ``DefaultHandlerService``, which define the following:
32
32
- The ``handle`` method is invoked for all incoming inference requests to the model server.
33
33
- The ``initialize`` method is invoked at model server start up.
34
34
35
- Based on: https://github.com/awslabs/mxnet -model-server/blob/master/docs/custom_service.md
35
+ Based on: https://github.com/awslabs/multi -model-server/blob/master/docs/custom_service.md
36
36
37
37
"""
38
38
def __init__ (self ):
You can’t perform that action at this time.
0 commit comments