Skip to content

Commit

Permalink
Merge pull request #201 from apax-hub/unpin_jax
Browse files Browse the repository at this point in the history
unpinned cuda jax version for Flax compatibility
  • Loading branch information
M-R-Schaefer authored Nov 14, 2023
2 parents 7f61d0d + ff0bed4 commit aadd2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ pip install --upgrade pip

CUDA 12 installation. Wheels only available on linux.
```bash
pip install --upgrade "jax[cuda12_pip]==0.4.14" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
```

CUDA 11 installation. Wheels only available on linux.
```bash
pip install --upgrade "jax[cuda11_pip]==0.4.14" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install --upgrade "jax[cuda11_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
```

See the [Jax installation instructions](https://github.com/google/jax#installation) for more details.
Expand Down

0 comments on commit aadd2b4

Please sign in to comment.