Merge pull request #21897 from matsen:patch-1

PiperOrigin-RevId: 643735130
This commit is contained in:
jax authors 2024-06-16 02:01:42 -07:00
commit ae0127d696

View File

@ -9,14 +9,14 @@ different builds for different operating systems and accelerators.
* **CPU-only (Linux/macOS/Windows)**
```
pip install -U jax[cpu]
pip install -U "jax[cpu]"
```
* **GPU (NVIDIA, CUDA 12)**
```
pip install -U "jax[cuda12]"
```
* **TPU (Google Cloud TPU VM) **
* **TPU (Google Cloud TPU VM)**
```
pip install -U "jax[tpu]" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
```