-
Notifications
You must be signed in to change notification settings - Fork 127
Ship Python 3.13t (free-threading) wheels #218
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
Comments
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…l` jobs. See google/tensorstore#218. PiperOrigin-RevId: 731364825
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…l` jobs. See google/tensorstore#218. PiperOrigin-RevId: 731364825
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…3-nogil` jobs. See google/tensorstore#218. PiperOrigin-RevId: 731364825
We have not done the work necessary to use tensorstore in a free-threading environment. Getting this started could be useful and appreciated; see our Building and installing page to get started. Note that we rely on pybind11, so bugs such as this are likely to hinder us: pybind/pybind11#5316 |
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
Remove `tensorstore` dependency from `//jax/experimental/array_serialization:serialization` in OSS (see google/tensorstore#218) PiperOrigin-RevId: 731336157
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…ization:serialization` in OSS (see google/tensorstore#218) Disable serialization_test in OSS. PiperOrigin-RevId: 731336157
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…ization:serialization` in OSS (see google/tensorstore#218) Disable serialization_test in OSS. PiperOrigin-RevId: 731336157
copybara-service bot
pushed a commit
to jax-ml/jax
that referenced
this issue
Feb 26, 2025
…ization:serialization` in OSS (see google/tensorstore#218) Disable serialization_test in OSS. PiperOrigin-RevId: 731463136
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Python 3.13 has a new no-GIL aka free-threaded mode. Tensorstore does not current ship wheels built with this mode (tag cp313t).
We noticed this because we have added support for free-threading to JAX as of v0.5.1 but can't run a few tests that we have that use tensorstore.
See https://py-free-threading.github.io/ for more information.
The text was updated successfully, but these errors were encountered: