We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to merge my pr #508 it does not install the Triton package for Python 3.12, and I don't know really why.
triton-lang/triton#2707
Try to poetry add Tritonon Python 3.12
poetry add Triton
It should just install Triton, so it runs the test.
No response
The text was updated successfully, but these errors were encountered:
What do you need it for?
Sorry, something went wrong.
build: temporarily remove Python 3.12 support (#510)
291b6b1
Closes #509 ### Summary of Changes `torch` does not support Python 3.12 yet, so we need to restrict our supported Python version until it does.
🎉 This issue has been resolved in version 0.17.0 🎉
The release is available on:
v0.17.0
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Describe the bug
When I try to merge my pr #508 it does not install the Triton package for Python 3.12, and I don't know really why.
triton-lang/triton#2707
To Reproduce
Try to
poetry add Triton
on Python 3.12Expected behavior
It should just install Triton, so it runs the test.
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: