Skip to content

Commit c469854

Browse files
doc: update link in README.md (#67)
pytorch default_inference_handler address changed from github
1 parent 45fa4fb commit c469854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip3 install multi-model-server sagemaker-inference
4040
To use the SageMaker Inference Toolkit, you need to do the following:
4141

4242
1. Implement an inference handler, which is responsible for loading the model and providing input, predict, and output functions.
43-
([Here is an example](https://github.com/aws/sagemaker-pytorch-serving-container/blob/master/src/sagemaker_pytorch_serving_container/default_inference_handler.py) of an inference handler.)
43+
([Here is an example](https://github.com/aws/sagemaker-pytorch-serving-container/blob/master/src/sagemaker_pytorch_serving_container/default_pytorch_inference_handler.py) of an inference handler.)
4444

4545
``` python
4646
from sagemaker_inference import content_types, decoder, default_inference_handler, encoder, errors

0 commit comments

Comments
 (0)