Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace torch.jit.instance with instance to assist torch.compile
Summary: torch.jit.instance is mainly needed to refine Generics, but in this case instance is sufficient, instance unlike torch.jit.instance is also playing nicely with torch.compile Differential Revision: D53797660
- Loading branch information