mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
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