-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Docker AttributeError: module 'jaxlib.pocketfft' has no attribute 'pocketfft #83
Comments
Same issue here |
Still seem to be having this issue while working with MEGA. |
Check #79 |
EDIT: Looks like I forgot to do After I implemented the changes in PR #79, ran |
`Traceback (most recent call last):
File "app.py", line 18, in
File "/app/dalle_model.py", line 5, in
File "/usr/local/lib/python3.8/dist-packages/jax/init.py", line 116, in
File "/usr/local/lib/python3.8/dist-packages/jax/experimental/maps.py", line 26, in
File "/usr/local/lib/python3.8/dist-packages/jax/numpy/init.py", line 19, in
File "/usr/local/lib/python3.8/dist-packages/jax/numpy/fft.py", line 17, in
File "/usr/local/lib/python3.8/dist-packages/jax/_src/numpy/fft.py", line 19, in
File "/usr/local/lib/python3.8/dist-packages/jax/lax/init.py", line 332, in
File "/usr/local/lib/python3.8/dist-packages/jax/_src/lax/fft.py", line 145, in
AttributeError: module 'jaxlib.pocketfft' has no attribute 'pocketfft'`
The text was updated successfully, but these errors were encountered: