This issue is for tracing the pytorch support. - [x] support for newly shipped, self-contained [`.pt2` format (PyTorch ExportedProgram)](https://docs.pytorch.org/docs/2.13/user_guide/torch_compiler/export/pt2_archive.html). - [ ] support for `.pt` / `.pth` format, a pickle file exported via `torch.save(model, PATH)` which requires the original model class definition while loading it.
This issue is for tracing the pytorch support.
support for newly shipped, self-contained
.pt2format (PyTorch ExportedProgram).support for
.pt/.pthformat, a pickle file exported viatorch.save(model, PATH)which requires the original model class definition while loading it.