You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to guard our usage of torch.compile so that users on platforms where it is not supported (e.g. Python 3.14 and torch < 2.10) do not have an issue when a custom op is imported.