We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6de8d9 + cee5002 commit c1f285dCopy full SHA for c1f285d
README.md
@@ -37,9 +37,9 @@ We fixed a major issue in the intervention action frame. See release [v0.1.1](ht
37
pip install --upgrade "jax[cpu]"
38
```
39
40
- - For GPU: (change cuda12 to cuda11 if you are using older driver versions)
+ - For GPU:
41
```bash
42
- pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
+ pip install -U "jax[cuda12]"
43
44
45
- For TPU
0 commit comments