Skip to content

Colab TPU runtime requires jax<=0.3.25 #2995

Answered by andsteing
andsteing asked this question in Q&A
Discussion options

You must be logged in to vote

As mentioned in issues #2950 and #2861, the Google Colab TPU runtime does not support new JAX versions anymore.

There are some technical roadblocks in updating the Colab TPU runtime infra, and we might be blocked for the foreseeable future.

Until then, it's only possible to use these runtimes with an old pinned version of JAX:

!pip install jax==0.3.25 jaxlib==0.3.25 flax

Replies: 1 comment 1 reply

Comment options

andsteing
Mar 30, 2023
Maintainer Author

You must be logged in to vote
1 reply
@andsteing
Comment options

andsteing Apr 3, 2023
Maintainer Author

Answer selected by andsteing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant