Closed katywilliams1121 closed 7 months ago
Same here, tried the other notebooks and it's the same error. Seems some change happened to Google Colab default environment.
Or some dependency bumped jax - jax 0.4.23 was latest version that had KeyArray. When I run !pip show jax
, I get 0.4.26
same here
Yup, even on the other notebook
Try to use this code line in google colab notebooks to fix the issue: !pip install jax==0.4.23 jaxlib==0.4.23 -f https://storage.googleapis.com/jax-releases/jax_releases.html
It works for me but its temporal maybe it's neccesary change other things to fix permantly xd
Please Help the fix xformer version and jax version Still no luck using this into notebook :
!pip install jax==0.4.23 jaxlib==0.4.23 -f
!pip install -q xformers==0.0.26.dev777
-- Update, I found the fix version
!pip install jax==0.4.23 jaxlib==0.4.23
!pip install xformers==0.0.24 --no-deps
Hope this helps.
Should be fixed. I also changed the way errors are shown so that they're not ridiculously long.
thank you!!