Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@amogkam amogkam released this 02 Feb 19:34
· 19 commits to main since this release
4692249
  • Support for PyTorch Lightning v1.5 (#115, #121)!
  • Update HorovodRayPlugin API to match the new Horovod on Ray API. num_hosts and num_slots args have been deprecated in favor of a generic num_workers arg (#71).
  • get_tune_ddp_resouces has been renamed to get_tune_resources and can now be used for both RayPlugin and HorovodRayPlugin (#71).
  • Rename the cpus_per_worker arg in get_tune_resources utility to num_cpus_per_worker to match the arg name in RayPlugin (#96).
  • Annotate the APIs as beta (#88).