-
Notifications
You must be signed in to change notification settings - Fork 3.6k
bump: deepspeed to be 0.16
#21194
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
bump: deepspeed to be 0.16
#21194
Conversation
⚡ Required checks status: All passing 🟢Groups summary🟢 pytorch_lightning: Tests workflow
These checks are required after the changes to 🟢 pytorch_lightning: lit GPU
These checks are required after the changes to 🟢 Benchmarks
These checks are required after the changes to 🟢 fabric: Docs
These checks are required after the changes to 🟢 pytorch_lightning: Docs
These checks are required after the changes to 🟢 lightning_fabric: CPU workflow
These checks are required after the changes to 🟢 lightning_fabric: lit GPU
These checks are required after the changes to 🟢 mypy
These checks are required after the changes to 🟢 install
These checks are required after the changes to Thank you for your contribution! 💜
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #21194 +/- ##
========================================
- Coverage 87% 87% -1%
========================================
Files 269 269
Lines 23695 23707 +12
========================================
- Hits 20673 20546 -127
- Misses 3022 3161 +139 |
…date checkpoint loading behavior
|
I recommend merging this PR first, followed by tests: fix skipif condition for deepspeed #21195 If we merge in the current order, I expect the tests to fail for the reasons outlined in this comment. By merging this PR first, the DeepSpeed tests will be skipped (so CI won’t fail). Then, once PR #21195 is merged, the |
I think it's safer to first enable testing before any possible bump... |
|
Just for the record their bump landed without any relevant testing so no visibility if tests would pass or not and so potential breaking behaviors... |
|
deepspeed tests were enabled and merged in pr: #21195 |
* bump: `deepspeed` to be 0.16 * feat: enforce DeepSpeed version requirement for PyTorch >= 2.6 and update checkpoint loading behavior --------- Co-authored-by: Justus Schock <[email protected]> Co-authored-by: Deependu Jha <[email protected]>
What does this PR do?
required for #20461 (comment)
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist
📚 Documentation preview 📚: https://pytorch-lightning--21194.org.readthedocs.build/en/21194/
cc @justusschock @lantiga