Skip to content

Commit

Permalink
Fix instruction for installing cuda jax
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Jun 23, 2022
1 parent 6550d6f commit 3477d0c
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 @@ -70,7 +70,7 @@ To install, run
```bash
poetry install
# For GPU support run
pip install "jax[cuda]==0.3.10" -f https://storage.googleapis.com/jax-releases/jax_releases.html
pip install "jax[cuda]==0.3.10" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
```

For further instructions on running this code on GPU, please follow instructions from [the official repository](https://github.com/google/jax).
Expand Down

0 comments on commit 3477d0c

Please sign in to comment.