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
Make the worker manager type a parameter to train_eval (#151)
This allows reusing `train_locally` with other worker managers. It's the
minimum refactoring necessary - subsequent ones would make this a
library and also remove the `_local` suffix from this and a few other
places, since they aren't "local" in any sense anymore.
0 commit comments