-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address feedback for Fabric.init_module()
(4/4)
#17607
Conversation
for more information, see https://pre-commit.ci
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflow
These checks are required after the changes to 🟢 pytorch_lightning: Azure GPU
These checks are required after the changes to 🟢 pytorch_lightning: Benchmarks
These checks are required after the changes to 🟢 fabric: Docs
These checks are required after the changes to 🟢 lightning_fabric: CPU workflowThese checks are required after the changes to 🟢 lightning_fabric: Azure GPU
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 installThese checks are required after the changes to 🟢 link-check
These checks are required after the changes to Thank you for your contribution! 💜
|
Fabric.init_module()
Fabric.init_module()
(4/4)
This is blocking my work on the feature. Please review #17721 and the other parts asap. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #17607 +/- ##
=========================================
- Coverage 84% 61% -23%
=========================================
Files 419 411 -8
Lines 31809 31554 -255
=========================================
- Hits 26774 19363 -7411
- Misses 5035 12191 +7156 |
for more information, see https://pre-commit.ci
This reverts commit 614841c.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving. Discussing further offline
What does this PR do?
Fixes #17581
Partially reverts #17488
Fabric.init()
disentangled fromFabric.init_module()
Fabric.init()
toFabric.init_tensor()
cc @Borda @justusschock @awaelchli @carmocca