-
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
ROCM binaries aren't built with jpeg support #8079
Comments
#8080 did not fix this. What are our next steps? |
Do we need to regenerate the pytorch/manylinux-builder:rocm5.6 image? Is it a problem in this image? |
@jeffdaily honestly I'm not sure. Nothing has changed on the torchvision side so the problem likely comes from somewhere else. I have asked our release engineering team to take a look. |
I guess problem is longstanding, but docker update actually cased an issue. Confirmed now: |
@malfet no, we don't run any tests on our end. We rely on upstream CI infra in this case. |
OK, if this is a docker issue then I think we'll have to disable those tests on torchvision until this gets resolved. I'll keep this issue open, LMK if there is any progress on this! |
OK, looks like the latest Rocm builds + smoke tests are fine on Probably fixed by pytorch/builder#1575 ? Thanks a ton @huydhn! |
The jobs started failing on this line:
but the error originates from this line
This is happening on both
main
and on the release branch, so we need to fix this before the bugfix release.CC @atalman
cc @jeffdaily @jithunnair-amd
The text was updated successfully, but these errors were encountered: