TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

📖 [Story] Deprecate Runtime-torchscript

Open sbhendigeri opened this issue 1 month ago • 0 comments

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

  1. Serialization format -> ExportedProgram
  2. C++-less Deployment -> AOTInductor
  3. C++-based building -> ???

Tasks

### Tasks

Additional context

sbhendigeri avatar Nov 21 '25 19:11 sbhendigeri