-
Notifications
You must be signed in to change notification settings - Fork 486
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
Enable torchvision #6439
base: master
Are you sure you want to change the base?
Enable torchvision #6439
Conversation
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.
I think this is also going to overwrite the pytorch build in our nightly images, which is not what we want.
Yeah, that's great point! |
we met the error |
Co-authored-by: Yukio Siraichi <[email protected]> Co-authored-by: Pei Zhang <[email protected]> Co-authored-by: Emilio Cota <[email protected]> Co-authored-by: Mason Chang <[email protected]> Co-authored-by: Wonjoo Lee <[email protected]> Co-authored-by: Will Cromar <[email protected]> Co-authored-by: Yeounoh Chung <[email protected]> Co-authored-by: JackCaoG <[email protected]> Co-authored-by: Jiewen Tan <[email protected]> Co-authored-by: Edward Z. Yang <[email protected]> Co-authored-by: qihqi <[email protected]>
TPU CI met the same error, so it happen on master branch too, the reason of this error looks like other tests use PyTorch/XLA built torchvision: https://github.com/pytorch/xla/actions/runs/7762948294/job/21175714067?pr=6439#logs, not the offical. torchvision wheel we might want to modify to install torchvision in TPUCI too: same like this idea, we need to use torch/torchvision from source or built&then&use? |
since #6458 merged, close this PR |
No description provided.