-
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
Fix num_nodes not set for DDPFullyShardedNativeStrategy
#17160
Conversation
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflowThese 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 🟢 pytorch_lightning: Azure HPU
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docker
These checks are required after the changes to 🟢 lightning_fabric: CPU workflow
These 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! 💜
|
c5a5bb1
to
a2021fc
Compare
34ee803
to
37e4e91
Compare
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/LTS #17160 +/- ##
==============================================
- Coverage 82% 62% -19%
==============================================
Files 476 435 -41
Lines 35264 34773 -491
==============================================
- Hits 28743 21564 -7179
- Misses 6521 13209 +6688 |
c048fba
to
ac246fa
Compare
fixing links in #17197 |
What does this PR do?
Fixes #17028
This bug only affects the DDPFullyShardedNativeStrategy, because all others have
num_nodes
defined as a public setter that sets the protected variable internally. This bug only affects 1.9.x.cc @Borda