-
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
Remove support for PyTorch 1.13 #19706
Conversation
for more information, see https://pre-commit.ci
⚡ 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 🟢 fabric: Docs
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 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 Thank you for your contribution! 💜
|
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #19706 +/- ##
=========================================
- Coverage 83% 59% -24%
=========================================
Files 424 419 -5
Lines 34930 34600 -330
=========================================
- Hits 28819 20248 -8571
- Misses 6111 14352 +8241 |
for more information, see https://pre-commit.ci
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.
Thats a lot of removed code!
c410d94
to
02655a9
Compare
What does this PR do?
PyTorch has published the RC1 for 2.3 and the release is coming soon. This PR makes PyTorch 2.0 the minimum supported version, as we will soon add 2.3 support.
Previous PR: #19300
📚 Documentation preview 📚: https://pytorch-lightning--19706.org.readthedocs.build/en/19706/
cc @Borda @carmocca @justusschock @awaelchli