Closed krshrimali closed 2 years ago
What's up @krshrimali! great to hear from you man :)
this is awesome! do you mind just removing the 1.7.0 check and just forcing people to use 1.7.0 and above? Just need to update the requirements.txt as well!
What's up @krshrimali! great to hear from you man :)
Same here, Sean! 🎉
this is awesome! do you mind just removing the 1.7.0 check and just forcing people to use 1.7.0 and above? Just need to update the requirements.txt as well!
Done! Tested locally, works fine. Hope it looks good to you?
Update: also updated the PR description that PL 1.7.0+ will be supported after this PR.
you guys are awesome as always, miss you all ❤️
you guys are awesome as always, miss you all heart
We all miss you as well, @SeanNaren! ❤️ It's a small world, we'll keep crossing paths 🔥
Hi, @SeanNaren - Hope you're doing well. Lightning Ecosystem CI was failing with the following errors for a few attributes:
These are some attributes that were removed in PL 1.7.0 release, post deprecation. This PR adds an alternative of each one of them, most of them as callbacks.
prepare_data_per_node
was shifted toLightningDataModule/LightningModule
fromTrainer
in PL 1.7, so I've added it to the data configuration.Note: post this PR, it's expected that the users will use latest PL release (>= 1.7.0) 🎉
cc: @SeanNaren (also cc-ing: @Borda @carmocca for visibility) :)