Skip to content

Commit

Permalink
Add aboucaud comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 8, 2024
1 parent adaf7d2 commit d8c68ac
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 777 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get install -y libopenmpi-dev
python -m pip install --upgrade pip
pip install jax=0.4.35
pip install jax=0.4.35
pip install .[test]
- name: Run Single Device Tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provide a modern infrastructure to support differentiable PM N-body simulations
- Any order forward and backward automatic differentiation
- Support automated batching using `vmap`
- Compatibility with external optimizer libraries like `optax`
- Now fully distributable on **multi-GPU and multi-node** systems using [jaxDecomp](https://github.com/DifferentiableUniverseInitiative/jaxDecomp) working with the latex `JAX v0.4.35`
- Now fully distributable on **multi-GPU and multi-node** systems using [jaxDecomp](https://github.com/DifferentiableUniverseInitiative/jaxDecomp) working with`JAX v0.4.35`


## Open development and use
Expand Down
270 changes: 0 additions & 270 deletions benchmarks/bench_pm.py

This file was deleted.

Loading

0 comments on commit d8c68ac

Please sign in to comment.