-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
onnx wheel, experimental support for 3.13t (free threading) #6621
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #6621 +/- ##
=======================================
Coverage 56.45% 56.45%
=======================================
Files 509 509
Lines 32515 32515
Branches 3057 3057
=======================================
Hits 18356 18356
Misses 13334 13334
Partials 825 825 ☔ View full report in Codecov by Sentry. |
We probably have to wait for python-cffi/cffi#126 |
Looks promising! |
I will create a PR to fix the tests |
Remove the use of struct and leverage ml_dtypes to clean up helper tests. This should unblock #6621 --------- Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
Looks like the error is actually in from array |
Test errors are resolved |
We can currently also say that we are only integrating the mac build into our regular repo for the time being and can thus make the mac 3.13t build available on a weekly basis |
Sure that works. Is using the workflow from quantsightlabs a viable solution from a supply chain perspective? |
Maybe we can use it only for 3.13t for now. |
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Remove the use of struct and leverage ml_dtypes to clean up helper tests. This should unblock onnx#6621 --------- Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: seungwoo-ji <seungwoo.ji@nuvilab.com>
Do you intend to merge this PR? |
no, not this one. But this: #6706 My plan is only to include the working parts of that PR. So depending on the release roadmap timeline for 1.18, we could think about a 3.13t wheel for mac |
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Description
First try python 3.13t
main
[ ] Win
[X] linux aarch
[X] linux x
[X] mac
release_pipelines
[X] mac wheel compiles