You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will change a few namespaces plus a few breaking changes exposed by unit tests
numpy 2.3.x adds Python 3.14 support but drops Python 3.10 support so it is suggested to add Python 3.14 support when Python 3.10 falls out of support.
It is suggested to remove the wheel block for free-threaded builds of thot (and test using a free-threaded version of Python)
Transformers and datasets are likely to break downstream dependencies...
Adding Python 3.14 support is a bit more involved than 3.13. It involves (at least) the following breaking or not yet implemented upstream changes:
Transformers and datasets are likely to break downstream dependencies...