Skip to content

Commit c1f285d

Browse files
authored
Merge pull request #60 from rail-berkeley/update_cuda
Update jax cuda installation instructions
2 parents d6de8d9 + cee5002 commit c1f285d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ We fixed a major issue in the intervention action frame. See release [v0.1.1](ht
3737
pip install --upgrade "jax[cpu]"
3838
```
3939

40-
- For GPU: (change cuda12 to cuda11 if you are using older driver versions)
40+
- For GPU:
4141
```bash
42-
pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
42+
pip install -U "jax[cuda12]"
4343
```
4444

4545
- For TPU

0 commit comments

Comments
 (0)