PyTorch JIT and TorchScript Reference, PyTorch Authors, 2025 - Provides comprehensive guidance on using and understanding TorchScript, covering tracing, scripting, IR, and deployment strategies for PyTorch models.
PyTorch C++ Frontend and LibTorch Tutorials, PyTorch Authors, 2024 (PyTorch Foundation) - Essential resource for learning how to deploy TorchScript models in C++ environments using the LibTorch library, covering serialization and execution without Python.