We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1817a2a commit a030fb5Copy full SHA for a030fb5
1 file changed
README.md
@@ -34,7 +34,8 @@ check out the [documentation](https://passionlab.github.io/OpenEquivariance).
34
support for JAX. To install, execute the following
35
commands in order:
36
37
-```
+``` bash
38
+pip install jax[cuda12] # Not needed if you already have JAX
39
pip install openequivariance[jax]
40
pip install openequivariance_extjax --no-build-isolation
41
```
0 commit comments