-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Nova] GHA Linux GPU Job #6804
[Nova] GHA Linux GPU Job #6804
Conversation
15f46da
to
bf8aea5
Compare
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.
LGTM
83c968c
to
b907257
Compare
Hey @osalpekar! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Summary: * [Nova] GHA Linux GPU Job * increase timeout since jobs timeout and cancel after 30 mins * bigger instance and longer timeout * use instance with more gpu memory and only run py38 and cu116 on PR CI Reviewed By: YosuaMichael Differential Revision: D40755988 fbshipit-source-id: e9902db861cc7a5fa72fd110e5ccc1c410398b8e
@osalpekar can you please check if CUDA tests are really running ? I have an impression that installed torch does not have CUDA available : https://github.com/pytorch/vision/actions/runs/3396459351/jobs/5647549321#step:8:1021 I'm trying your setup for prototype tests where we expect tests to fail on GPU and seems like they were skipped as cuda is not available, #6919 |
Adding a GHA job for Linux GPU. Only added python3.8 x cuda11.6 since this is the only config for Linux GPU jobs that's run at the moment in CircleCI, other python and CUDA versions are run on main/other branches only and not per-PR.
cc @seemethere