mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Make CUDA install instructions copy-pasteablee
This commit is contained in:
parent
46d034baab
commit
a076d349d9
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user