-
Notifications
You must be signed in to change notification settings - Fork 212
Integrate lightning_utilities
#1452
Comments
Examples: There should be |
Hi, @carmocca - Thank you! I am up for it, and it's only going to help us stay stable with respect to these utilities. Is it possible that we can create a list of the sections of code that we can change, and take some help from our awesome community? |
The two I pointed out in my previous message are the only ones I could find. These are the ones we currently have in the utilities: https://github.com/Lightning-AI/utilities/tree/main/src/lightning_utilities/core Should be a very easy PR, up for grabs! |
Thanks! @uakarsh - Maybe you'll like to pick these up? Please let us know 🎉 |
For examples of the PR in lightning: Lightning-AI/pytorch-lightning#14475, and Lightning-AI/pytorch-lightning#14537 |
Hi @carmocca @krshrimali, this definitely looks interesting. Can you give me some time, to explore about lightning_utility, and the existing codebase? I would surely get back to you. |
Oh definitely, please take your time and let us know if you need any help! Thank you for your help! ❤️ |
HI, @krshrimali @carmocca, I would now start working on this task. So, far I have been going through the So, my current plan is to g through the entire codebase of Anything, which I missed or should be included while modifying the codebase? |
Nothing missed. That's perfect :) |
Cool, would be starting today |
🚀 Feature
We have released https://github.com/Lightning-AI/utilities/ which contains multiple utilities that are shared across the codebase.
Motivation
Avoid protected imports
Avoid duplicated code
Pitch
Go through the Flash codebase and see which duplications or protected imports we have
The text was updated successfully, but these errors were encountered: