aws / sagemaker-pytorch-inference-toolkit

Toolkit for allowing inference and serving with PyTorch on SageMaker. Dockerfiles used for building SageMaker Pytorch Containers are at https://github.com/aws/deep-learning-containers.
Apache License 2.0
134 stars 70 forks source link

Documentation link broken #104

Closed johann-petrak closed 3 years ago

johann-petrak commented 3 years ago

In page https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#load-a-model

Text: "For more information on the default inference handler functions, please refer to: SageMaker PyTorch Default Inference Handler." has a link to https://github.com/aws/sagemaker-pytorch-serving-container/blob/master/src/sagemaker_pytorch_serving_container/default_inference_handler.py

which does not exist and gives a 404

Should instead probably be:

https://github.com/aws/sagemaker-pytorch-inference-toolkit/blob/master/src/sagemaker_pytorch_serving_container/default_pytorch_inference_handler.py

johann-petrak commented 3 years ago

Oops wrong repo, added here instead https://github.com/aws/sagemaker-python-sdk/issues/2444