Skip to content
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

jaxlib==0.1.69+cuda111 still here and generating errors #52

Closed
ocstx opened this issue Sep 27, 2022 · 2 comments
Closed

jaxlib==0.1.69+cuda111 still here and generating errors #52

ocstx opened this issue Sep 27, 2022 · 2 comments

Comments

@ocstx
Copy link

ocstx commented Sep 27, 2022

this line:
pip install --upgrade jax==0.2.14 jaxlib==0.1.69+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
generates an error
this issue was solved here:
google-deepmind/alphafold#510
with this:
pip install --upgrade jax==0.2.14 jaxlib==0.1.69+cuda111 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

Shuld not be changed?

@sanjaysrikakulam
Copy link
Collaborator

Sorry for the delay. It's fixed now via a pull request from @SarahBeecroft

@dahaigui
Copy link

I tried pip install --upgrade jax==0.2.14 jaxlib==0.1.69+cuda111 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html, but it doesn't work, There is still an error reported as
AttributeError: module 'jaxlib.xla_extension' has no attribute 'CompiledFunction'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants