-
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
Drop PyTorch 1.7 testing from the CI #12191
Conversation
We need to update this too: https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.azure-pipelines/ipu-tests.yml#L16 to install PopTorch 2.2. @Borda Do you know where to find the sdk download? |
Co-authored-by: Carlos Mocholí <[email protected]>
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.
The CI section in README.md needs updating, too.
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.
Horovod installation is failing. Debugging what went wrong. It's failing in master as well, so
probably not related to this PR. There is an issue here.
Thanks, @akihironitta! Done. https://github.com/PyTorchLightning/pytorch-lightning/blob/drop/pytorch-1.7/README.md |
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.
subsequently, all markers @RunIf(min_torch="1.8")
or below can be dropped from our tests, here or in follow up. Tests with @RunIf(max_torch="1.7")
can be dropped entriely.
You will find more references that end up in dead code or outdated comments if you grep torch 1.7
@awaelchli thanks! We plan to do those in a separate PR as per the linked issue description. |
Co-authored-by: Aki Nitta <[email protected]>
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.
I think first we need to add PT 1.11 #11792
Co-authored-by: Carlos Mocholí <[email protected]> Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Aki Nitta <[email protected]>
What does this PR do?
For preparing the upcoming release, we plan to drop PyTorch 1.7 testing from the CI. Partially fixes #12161.
Does your PR introduce any breaking changes? If yes, please list them.
Waiting for the CI to turn green.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃
cc @tchaton @rohitgr7 @akihironitta @carmocca @Borda