-
Notifications
You must be signed in to change notification settings - Fork 107
Python 3.11 wheels builds #2105
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
Conversation
|
@osalpekar is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
|
Linux Wheels for Vision Python 3.11 working: https://github.com/pytorch/test-infra/actions/runs/4107876599/jobs/7087903570 We'll need to publish torchdata wheels with py3.11 for text to work. |
|
MacOS Vision Wheels also working on Python 3.11. Audio MacOS wheels also working. |
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.
LGTM, just had a minor comment regarding torchrec
|
Audio is also working with this PR, great! |
dd0dd49 to
80cb014
Compare
3.11 Linux and MacOS x86 Wheels seem to be working for vision. These have also been unittested with 3.11 in pytorch/vision#7155.
Current failures are in text, which are failing since torchdata 3.11 wheels are not available. We will have 3.11 torchdata wheels once meta-pytorch/data#990 is merged. After that, will verify that text wheels are working.
Could not do conda builds since a 3.11-compliant
conda-buildis not yet available. This PR does not explicitly work on Windows compliance.