We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4372636 + 822bc36 commit 2b6bcb5Copy full SHA for 2b6bcb5
docs/quickstart.md
@@ -31,7 +31,7 @@ pip install "jax[cpu]"
31
```
32
or, for NVIDIA GPU:
33
34
-pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
+pip install -U "jax[cuda12]"
35
36
For more detailed platform-specific installation information, check out {ref}`installation`.
37
0 commit comments