-
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
AttributeError: module 'jaxlib.pocketfft' has no attribute 'pocketfft' #233
Comments
From the top of my head; Edit: I think it also has to do with what Python (3.7 on TPU v2 and Colab, 3.8 on v3) version you're running and what TPU-version / accelerator-type. I think I've seen |
I'm also using a TPU v2 setup and ran into this problem. I used the JAX TPU install instructions from their README and it worked for me. |
Now I'm also getting "AttributeError: module 'jax' has no attribute 'version'"... Or, also: |
I fixed it by doing this right after the install dependencies section:
And restart the runtime if it asks Though it feels so fragile. Don't know why |
Hello, I have followed the (very much appreciated) howto_finetune.md guide and, upon attempting to run the magic python device_train.py command, received the error noted above. The only Google search result that seems to mention something similar is this: https://bytemeta.vip/repo/deepmind/alphafold/issues/515
The answer to that question seems to imply it has to do with a version incompatibility between jax and jaxlib, but the solution they link to doesn't work here. Any tips or advice for working around this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: