-
Notifications
You must be signed in to change notification settings - Fork 96
nvJPEG is missing from Windows GPU runners #3979
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
CUDA installer can choose whether or not to include various subcomponents and I had to fix missing nvjpeg in torchvision many times, most recent in pytorch/vision#7186 I.e. looks like all one has to do is to add nvjpeg to
|
Why do we install only parts of the toolkit and not all of it? Is storage on the runners a concern? If yes, I saw that there are older versions, i.e. < CUDA 11.7, present on the runner that could potentially be removed. |
this is completed AMI was deployed |
According to the NVIDIA website, nvJPEG should come with the CUDA installation:
However, this does not seem to be the case: https://github.com/pytorch/vision/actions/runs/4594756756/jobs/8114184733#step:9:234
The images
torchvision
uses for CircleCI have an explicit check for this: https://github.com/pytorch/vision/blob/781f512b01bc2324d7fdd11f0901f60571fc476f/.circleci/unittest/windows/scripts/set_cuda_envs.sh#L32-L35 Doing the same on thewindows_job
, fails (pytorch/vision#7475)This currently blocks migrating Windows GPU workflows for
torchvision
.The text was updated successfully, but these errors were encountered: