Skip to content

Commit

Permalink
Fixing installation docs: needed quotes; markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matsen authored Jun 15, 2024
1 parent 5019167 commit b585ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b585ece

Please sign in to comment.