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
(torchx/entrypoints) Use importlib.metadata instead of the backported importlib_metadata (#1087)
Summary:
Pull Request resolved: #1087
torchx dropped support for python<=3.7 2 years ago (see: #728). But we kept using the backported `importlib_metadata` module to load configurations from `entry_points`.
Reviewed By: highker
Differential Revision: D77619564
0 commit comments