Skip to content

Commit

Permalink
Update references to JAX's GitHub repo
Browse files Browse the repository at this point in the history
JAX has moved from https://github.com/google/jax to https://github.com/jax-ml/jax

PiperOrigin-RevId: 702886844
  • Loading branch information
jakeharmon8 authored and copybara-github committed Dec 5, 2024
1 parent d008bcf commit 8ae5b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install "git+https://github.com/google/init2winit.git#egg=init2winit"
pip install --upgrade jax jaxlib==0.1.66+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html
```

where `cuda111` corresponds to the installed version of CUDA. For more Jax install information see the [Jax README](https://github.com/google/jax#installation).
where `cuda111` corresponds to the installed version of CUDA. For more Jax install information see the [Jax README](https://github.com/jax-ml/jax#installation).

## Usage

Expand Down

0 comments on commit 8ae5b71

Please sign in to comment.