-
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
Conda: PT 1.8 #3833
Conda: PT 1.8 #3833
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3833 +/- ##
======================================
- Coverage 93% 93% -0%
======================================
Files 116 116
Lines 8879 8879
======================================
- Hits 8264 8261 -3
- Misses 615 618 +3 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://pytorch-lightning.readthedocs.io/en/latest/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Slack. Thank you for your contributions. |
good point here actions/runner#2347 |
@Borda how about this kind of nightly testing? |
@ydcjeff I would probably just add testing in Conda env as it will be just one extra test and not 3 (per OS) * 2 (py) = 6 |
Ok @Borda sorry for the inconvenience. Also you may want to unfreeze torchvision too. |
all good, if you want I left a few todos, basically to check how could we install PT with pip, I could not find a solution... (the only one which I do not like is to download the wheel locally and try install but not sure about OS/Py/versions compatibility) |
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.
Great work there !
* PT 1.8 * unfreeze PT * drop nightly from full * add PT 1.8 to workflow * readme table * cuda * skip cuda * test 1.8 * unfreeze torch vision Co-authored-by: ydcjeff <ydcjeff@outlook.com> Co-authored-by: chaton <thomas@grid.ai> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> (cherry picked from commit bd6c413)
* PT 1.8 * unfreeze PT * drop nightly from full * add PT 1.8 to workflow * readme table * cuda * skip cuda * test 1.8 * unfreeze torch vision Co-authored-by: ydcjeff <ydcjeff@outlook.com> Co-authored-by: chaton <thomas@grid.ai> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> (cherry picked from commit bd6c413)
* PT 1.8 * unfreeze PT * drop nightly from full * add PT 1.8 to workflow * readme table * cuda * skip cuda * test 1.8 * unfreeze torch vision Co-authored-by: ydcjeff <ydcjeff@outlook.com> Co-authored-by: chaton <thomas@grid.ai> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com> (cherry picked from commit bd6c413)
* PT 1.8 * unfreeze PT * drop nightly from full * add PT 1.8 to workflow * readme table * cuda * skip cuda * test 1.8 * unfreeze torch vision Co-authored-by: ydcjeff <ydcjeff@outlook.com> Co-authored-by: chaton <thomas@grid.ai> Co-authored-by: Nicki Skafte <skaftenicki@gmail.com>
What does this PR do?
PT 1.7 was removed from pytorch-nightly channel but still missing on standard pytorch...
Resolves #4596
resolves #4587
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 🙃