Level 11: Deploy your models¶ In this level you’ll learn a few options for deploying models into production. Deploy with ONNX Optimize models for enterprise-scale production environments with ONNX. advanced Deploy with torchscript Optimize models for enterprise-scale production environments with torchscript. advanced Compress models for fast inference Compress model size for deployment with Quantization and Pruning. advanced