ray-project / ray_lightning

Pytorch Lightning Distributed Accelerators using Ray
Apache License 2.0
211 stars 34 forks source link

Rank Zero Deprecation #230

Open lcaquot94 opened 1 year ago

lcaquot94 commented 1 year ago

I get this warning when launching training with RayStrategy on my pl.LightningModule on multiples workers : LightningDeprecationWarning: pytorch_lightning.utilities.warnings.rank_zero_deprecation has been deprecated in v1.6 and will be removed in v1.8. Use the equivalent function from the pytorch_lightning.utilities.rank_zero module instead.

amogkam commented 1 year ago

Hey @lcaquot94, thanks for reporting this! Indeed, we should change this- a PR would be much appreciated!