mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #21897 from matsen:patch-1
PiperOrigin-RevId: 643735130
This commit is contained in:
commit
ae0127d696
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user