-
Notifications
You must be signed in to change notification settings - Fork 892
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
Error in colab_demo #65
Comments
With Jax==0.2.12 I get the following error:
|
Please use this script to install your dependencies, as you need both an older version of jax as well as libtpu https://github.com/kingoflolz/mesh-transformer-jax/blob/master/scripts/init_ray.sh |
I followed this script and executed this code line by line in command prompt. Once installed then imported and it gave below error
Then I creared a new TPU node and followed the ssh into the TPU and ran the same scrips line by line in command prompt then I got the following error:
Is there any other way to properly setup Jax - 0.2.12 or could you suggest change in colab_demo code such that it work with new Jax versions. |
I had converted the model into _slim format, not _slim_f16.
Now, when I execute the colab code and I get below error
The text was updated successfully, but these errors were encountered: