-
Notifications
You must be signed in to change notification settings - Fork 425
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
Make Composer compatible with Python 3.12. #3658
Comments
Will likely be in next release :) |
We're seeing difficulties with upgrading to Python 3.12 with torchvision dependencies so will hold off for this release. |
Thanks @b-chu for having a look and reporting on your investigation! 👍 Should this issue to reopened to track the adoption of py3.12 ? |
Concretely, we are blocked on upgrading until triton fixes some issues. |
Have the issues been raised upstream ? |
Hi @antoinebrl, we haven't root caused the triton issues. We'll be doing a release soon so hopefully the Python 3.12 issues have been fixed, but if not, we'll investigate more. Thanks! |
🚀 Motivation
Since 2.4 released ~3 months ago PyTorch is officially supporting Python 3.12 (the
torch.compile
was a bit lagging behind due to changes in the CPython interface). It would be great to see Py3.12 being supported in Composer too.The text was updated successfully, but these errors were encountered: