Files
pytorch/torch/export
Angela Yi 5aefcb2586 [export] Deepcopy graph signature when unlifting (#170461)
Previously https://github.com/pytorch/pytorch/pull/167231 modified ep.module() such that it deepcopies ep before applying ep.module() so that ep.module() does not affect the original ep. However we didn't deepcopy the graph signature which caused some issues.

Differential Revision: D89209276

Pull Request resolved: https://github.com/pytorch/pytorch/pull/170461
Approved by: https://github.com/ydwu4
2025-12-16 17:29:20 +00:00
..
2025-12-12 08:33:22 +00:00