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

Releases: ray-project/ray_lightning

v0.3.0

23 Aug 05:26
371cb19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...v0.3.0

v0.2.0

02 Feb 19:34
4692249
Compare
Choose a tag to compare
  • 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).

v0.1.1

20 Aug 00:38
f9e597f
Compare
Choose a tag to compare
  • Documentation & Docstring Updates
  • Support PyTorch Lightning 1.4.2

v0.1.0

12 Aug 20:06
9dc6aaa
Compare
Choose a tag to compare

Initial Release of ray_lightning!

You can install it as pip install ray-lightning