mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #10364 from dbisk:patch-1
PiperOrigin-RevId: 442924977
This commit is contained in:
commit
c930e593d2
@ -463,10 +463,10 @@ version for jaxlib explicitly:
|
||||
pip install --upgrade pip
|
||||
|
||||
# Installs the wheel compatible with Cuda >= 11.4 and cudnn >= 8.2
|
||||
pip install jax[cuda11_cudnn82] -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
pip install "jax[cuda11_cudnn82]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
|
||||
# Installs the wheel compatible with Cuda >= 11.1 and cudnn >= 8.0.5
|
||||
pip install jax[cuda11_cudnn805] -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
pip install "jax[cuda11_cudnn805]" -f https://storage.googleapis.com/jax-releases/jax_releases.html
|
||||
```
|
||||
|
||||
You can find your CUDA version with the command:
|
||||
|
Loading…
x
Reference in New Issue
Block a user