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

Run sample notebooks as of 13 April 2024. #307

Closed
naruya opened this issue Apr 13, 2024 · 2 comments
Closed

Run sample notebooks as of 13 April 2024. #307

naruya opened this issue Apr 13, 2024 · 2 comments

Comments

@naruya
Copy link

naruya commented Apr 13, 2024

Thank you so much for your excellent research and for publishing the code.

As has been said in #298 and #306, some notebooks were not able to run and required downgrading of the libraries used, so I will leave a log of that for later people.

for JAX, M.D. Cookbook.ipynb

!pip install jax==0.4.23
!pip install jaxlib==0.4.23+cuda12.cudnn89 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
!pip install -q git+https://www.github.com/google/jax-md

for Neural Network Potentials.ipynb

!pip install jax==0.4.23
!pip install jaxlib==0.4.23+cuda12.cudnn89 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
!pip install -q git+https://www.github.com/deepmind/haiku@v0.0.11
!pip install -q git+https://www.github.com/deepmind/optax@v0.2.2
!pip install -q --upgrade git+https://www.github.com/google/jax-md

After downgrading the libraries, be careful not to install the libraries again in other cells.

Changelog for JAX
Dependencies for optax==v0.2.2
Dependencies for haiku==v0.0.11

Thanks!

@naruya
Copy link
Author

naruya commented Apr 13, 2024

JAX, M.D. Cookbook.ipynb

JAX.M.D.Cookbook.ipynb.-.Colab.-.Google.Chrome.2024-04-13.13-19-56.mp4

@naruya
Copy link
Author

naruya commented Apr 13, 2024

Neural Network Potentials.ipynb

Neural.Network.Potentials.ipynb.-.Colab.-.Google.Chrome.2024-04-13.13-57-23.mp4

@naruya naruya closed this as completed Apr 13, 2024
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

1 participant