In this example, we will walk you through how to use NVIDIA Triton Inference Server on Amazon SageMaker to deploy Resnet Pytorch model for Image Classification.
-
Launch SageMaker notebook instance with
g5.xlarge
instance. This example can also be run on a SageMaker studio notebook instance but the steps that follow will focus on the notebook instance.- For git repositories select the option
Clone a public git repository to this notebook instance only
and specify the Git repository URL
- For git repositories select the option
-
Once JupyterLab is ready, launch the resnet_pytorch_python_backend_SME.ipynb notebook with conda_python3 conda kernel and run through this notebook to learn how to host the model