Skip to content

Conversation

@natinew77-creator
Copy link

The quickstart and tutorial notebooks fail to run in Google Colab due to dependency version mismatches with JAX and Chex libraries.

This fix pins compatible versions before installing dm-acme:

  • jax>=0.4.13
  • jaxlib>=0.4.13
  • chex==0.1.7

Closes #347

The quickstart and tutorial notebooks fail to run in Google Colab due to
dependency version mismatches with JAX and Chex libraries.

This fix pins compatible versions before installing dm-acme:
- jax>=0.4.13
- jaxlib>=0.4.13
- chex==0.1.7

Closes google-deepmind#347
@natinew77-creator
Copy link
Author

Hi @mwhoffman @bobakshahriari @jaslanides @qstanczyk @nikolamomchev, I'm checking in on this PR as it's been open for two weeks.

It fixes the JAX/Chex dependency issues in the Colab notebooks. Could a maintainer please approve the workflow runs so the automated checks can complete?

Also, please let me know if you have any feedback or if there are any changes you'd like me to make!

Thanks for your help!

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

Successfully merging this pull request may close these issues.

Notebook opened in colab cannot run successfully

1 participant