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.
1 parent 8fec5d6 commit 822bc36Copy full SHA for 822bc36
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