-
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
Fix GHA Linux GPU Job not running tests on CUDA #6957
Comments
The issue is twofold.
|
@pmeier @vfdev-5 I Investigated this issue a bit. I see that |
@osalpekar thanks for investigations! Which PRs you are mentioning, the ones in your message (#1 and #2) are probably unrelated ? |
@osalpekar the job is still failing with missing cuda, https://github.com/pytorch/vision/actions/runs/3644078231/jobs/6152944170#logs
|
@vfdev-5 A couple differences I see in the jobs working correctly and this one:
For points 2 and 3, these are mostly just observations, ideally conda installing on any instance in the pool should work fine. The first suggestion might be worth looking into. |
@osalpekar The issue persists for #6970: https://github.com/pytorch/vision/actions/runs/3648214763/jobs/6161369227 Edit: it seems I misunderstood. They issue should be gone after #7019. |
I think this is not relevant anymore. We can close this issue |
Currently "Unit-tests on Linux GPU" is not running cuda tests but supposed to.
For example, on main:
Context: #6804 (comment)
cc @seemethere
The text was updated successfully, but these errors were encountered: