We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299d6cb commit ed641f8Copy full SHA for ed641f8
src/sagemaker_pytorch_serving_container/torchserve.py
@@ -57,7 +57,7 @@ def start_torchserve(handler_service=DEFAULT_HANDLER_SERVICE):
57
"""Configure and start the model server.
58
59
Args:
60
- handler_service (str): python path pointing to a module that defines
+ handler_service (str): Python path pointing to a module that defines
61
a class with the following:
62
63
- A ``handle`` method, which is invoked for all incoming inference
0 commit comments