-
Notifications
You must be signed in to change notification settings - Fork 227
Pytorch cuda in registry nightly images #1432
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
Comments
We should add automation around validation of docker images for both nightly and releases. Release workflow: https://github.com/pytorch/pytorch/actions/runs/8393526521/job/22988732918 Onboard to validation framework: |
Thanks for sharing the task and details. Here are my questions:
|
Link to the images to validate: https://github.com/orgs/pytorch/packages/container/package/pytorch-nightly Try to call: https://github.com/pytorch/test-infra/blob/main/.github/workflows/linux_job.yml |
For gpu runners we need to use pytorch/test-infra/.github/workflows/linux_job.yml@main |
It would be nice to check in the CI job the layers invalidation as currently tracking nightly day by day is going to fill quite soon artifact registry space and local build cache. See pytorch/pytorch#125862 |
Uh oh!
There was an error while loading. Please reload this page.
Are you testing if the nightly image is usable with cuda?
torch.cuda._is_compiled()
is false inside the last nightly imageWe should add docker images to validation framework.
Workflow:
https://github.com/pytorch/pytorch/blob/main/.github/workflows/docker-release.yml
Docker containers are located here:
https://github.com/orgs/pytorch/packages/container/package/pytorch
Simple install command:
docker pull ghcr.io/pytorch/pytorch:2.2.1-cuda11.8-cudnn8-devel
Build workflow:
https://github.com/pytorch/pytorch/actions/runs/8200189724/job/22426518545
The text was updated successfully, but these errors were encountered: