Replies: 2 comments 1 reply
-
Also reproduced while using Trax 1.3.9 on a colab TPU. As a temporary workaround, downgrading jax/jaxlib to the following helps: !pip uninstall -yq jaxlib
!pip install jaxlib==0.1.64+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
!pip uninstall -yq jax
!pip install jax==0.2.12 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm pretty sure this problem was fixed by |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I keep getting this error. I am using Trax 1.3.9, Jax 0.2.20, And Jaxlib 0.1.71.
I am using a TPU on Google Colab. My code for using the TPU is below. I'm not sure if I am doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions