-
Notifications
You must be signed in to change notification settings - Fork 512
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
[Release 0.6] update install requirement pins #9747
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9747
Note: Links to docs will display an error until the docs builds have been completed. ❌ 71 New FailuresAs of commit 730c343 with merge base 771588a ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
f"torchvision==0.22.0.{NIGHTLY_VERSION}" | ||
if use_pytorch_nightly | ||
else "torchvision" | ||
"torchvision==0.23.0" if use_pytorch_nightly else "torchvision" |
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.
@mergennachin what versions of torchvision and torchaudio are we pinning to for 0.6?
Is this necessary now that you've landed #9746? |
No, but I still have the question on pin versions. I moved discussed to WP chat. |
No description provided.