-
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
PyTorch 1.7 Stable support #3821
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3821 +/- ##
======================================
Coverage 93% 93%
======================================
Files 113 113
Lines 8179 8179
======================================
Hits 7600 7600
Misses 579 579 |
in meantime, we can drop it from CI #3833 or add a special install task as it is available on |
Is RC version available on pypi? I didn't find it. |
@ydcjeff can we now install PT 1.7 from regular channels - PyPI and Conda? |
I think not yet |
Hello @ydcjeff! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-10-30 14:46:36 UTC |
@Borda There is no 1.7 docker on docker hub. |
@awaelchli @tchaton @SeanNaren |
Once the CI passed, if ok with the changes, ready to merge. |
There is a failing test which seems to not find a pytorch 1.7 base docker image. Do we need to manually create this? |
@SeanNaren we create docker image nightly and after this is merged, that will be created as well. |
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
pinning @SeanNaren for final review. |
thanks @ydcjeff, will monitor to see if everything goes smoothly with the ci docker workflows! |
hey @ydcjeff do we need to add 1.7 to the docker build push here? https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.github/workflows/docker-builds.yml#L17 |
no need currently, this is pytorch lightning docker image to be used by our users |
Are we missing the public pytorch 1.7 docker image for this test? https://github.com/PyTorchLightning/pytorch-lightning/runs/1332900421 Any idea what's happening here? https://github.com/PyTorchLightning/pytorch-lightning/runs/1332770138 |
Yes, the image will be built at UTC 0 nightly, so the test will run tmr.
No idea, that probably comes from master before this PR. |
* prepare for 1.7 support [ci skip] * tpu [ci skip] * test run 1.7 * all 1.7, needs to fix tests * couple with torchvision * windows try * remove windows * 1.7 is here * on purpose fail [ci skip] * return [ci skip] * 1.7 docker * back to normal [ci skip] * change to some_val [ci skip] * add seed [ci skip] * 4 places [ci skip] * fail on purpose [ci skip] * verbose=True [ci skip] * use filename to track * use filename to track * monitor epoch + changelog * Update tests/checkpointing/test_model_checkpoint.py Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com> Co-authored-by: Sean Naren <sean.narenthiran@gmail.com> Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com> (cherry picked from commit 0f584fa)
What does this PR do?
Conda 1.7 test is failing again and found out PyTorch 1.7 is in RC stage and 1.7 RC binary cannot be found on conda.
This PR
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃