Skip to content

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

Open
hawkinsp opened this issue Feb 26, 2025 · 1 comment
Open

Ship Python 3.13t (free-threading) wheels #218

hawkinsp opened this issue Feb 26, 2025 · 1 comment

Comments

@hawkinsp
Copy link
Member

hawkinsp commented Feb 26, 2025

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.

copybara-service bot pushed a commit to jax-ml/jax that referenced this issue Feb 26, 2025
copybara-service bot pushed a commit to jax-ml/jax that referenced this issue Feb 26, 2025
copybara-service bot pushed a commit to jax-ml/jax that referenced this issue Feb 26, 2025
@laramiel
Copy link
Collaborator

laramiel commented Feb 26, 2025

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants