TL;DR
TorchScript is now deprecated in PyTorch, and so we need to make sure that the workflows that TorchScript served are adequately supported with next-gen technologies.
Goal(s)
Torchscript achieved the following capabilities
- Serialization format -> ExportedProgram
- C++-less Deployment -> AOTInductor
- C++-based building -> ???
Tasks
Additional context