This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
v0.2.0
- Support for PyTorch Lightning v1.5 (#115, #121)!
- Update
HorovodRayPlugin
API to match the new Horovod on Ray API.num_hosts
andnum_slots
args have been deprecated in favor of a genericnum_workers
arg (#71). get_tune_ddp_resouces
has been renamed toget_tune_resources
and can now be used for bothRayPlugin
andHorovodRayPlugin
(#71).- Rename the
cpus_per_worker
arg inget_tune_resources
utility tonum_cpus_per_worker
to match the arg name inRayPlugin
(#96). - Annotate the APIs as beta (#88).