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
register fb schedulers using entry_point (pytorch#12)
Summary:
Pull Request resolved: pytorch#12
NOTE: I cleaned up a few tsm references while I was at it since removing `//torchx/schedulers/fb:registry` buck target ended up with a ton of autodeps changes that touched a lot of TARGETS files. I recommend taking a look at `torchx_fb.dist-info/entry_points.txt` and `torchx/util/entrypoint.py` for the CORE changes I originally intended for this diff.
1. Now that we have `torchx_fb.dist-info/entry_point.txt` setup to hook in plugin points for Facebook, move the scheduler registry to entrypoint so that we don't have to mess with `base_path` and have autodeps hate us.
1. cleaned up a few places were we still have a back reference to tsm.
Reviewed By: tierex
Differential Revision: D28622469
fbshipit-source-id: 907f384d518a695bbd9087a033d771450dcb07c8
0 commit comments