Skip to content

Commit

Permalink
Merge pull request #10664 from PhilipVinc:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448282864
  • Loading branch information
jax authors committed May 12, 2022
2 parents 0d88bdf + a076d34 commit 41e1635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -451,7 +451,8 @@ Next, run
```bash
pip install --upgrade pip
# Installs the wheel compatible with CUDA 11 and cuDNN 8.2 or newer.
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html # Note: wheels only available on linux.
# Note: wheels only available on linux.
pip install --upgrade "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
```


Expand Down

0 comments on commit 41e1635

Please sign in to comment.