Introduction
TorchScript helps you turn PyTorch models into a form that runs fast and works well in real apps.
You want to run your PyTorch model on a server without Python.
You need faster model execution for real-time predictions.
You want to share your model with others without sharing Python code.
You want to deploy your model on mobile devices or embedded systems.
You want to save your model in a format that is easy to load and run anywhere.