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
Remove TORCH_VERSION_AT_LEAST* warnings when importing torch
**Summary:** We recently deprecated these variables but we're
still using them in torchao. We should replace all of them with
`torch_version_at_least` so users don't see these deprecation
warnings when they're just importing torchao.
**Test Plan:** Manual import
0 commit comments