Skip to content

Commit ca29cbf

Browse files
jakeharmon8copybara-github
authored andcommitted
Update references to JAX's GitHub repo
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax PiperOrigin-RevId: 702886838
1 parent 6f478fe commit ca29cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ JMP is written in pure Python, but depends on C++ code via JAX and NumPy.
3939
Because JAX installation is different depending on your CUDA version, JMP does
4040
not list JAX as a dependency in `requirements.txt`.
4141

42-
First, follow [these instructions](https://github.com/google/jax#installation)
42+
First, follow [these instructions](https://github.com/jax-ml/jax#installation)
4343
to install JAX with the relevant accelerator support.
4444

4545
Then, install JMP using pip:
@@ -212,4 +212,4 @@ https://docs.nvidia.com/deeplearning/performance/mixed-precision-training/.
212212
[0]: https://arxiv.org/abs/1710.03740
213213
[1]: https://docs.nvidia.com/deeplearning/performance/mixed-precision-training/index.html
214214
[Haiku]: https://github.com/deepmind/dm-haiku
215-
[JAX]: https://github.com/google/jax
215+
[JAX]: https://github.com/jax-ml/jax

0 commit comments

Comments
 (0)