Skip to content

Commit

Permalink
Merge pull request #28 from vwxyzjn/fix-readme
Browse files Browse the repository at this point in the history
Fix instruction for installing cuda jax
  • Loading branch information
ikostrikov2 committed Jun 25, 2022
2 parents 6550d6f + 3477d0c commit 3674862
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 3674862

Please sign in to comment.