You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`jaxparrow` implements a novel approach based on a minimization-based formulation to compute the inversion of the cyclogeostrophic balance.
@@ -21,7 +21,7 @@ A comprehensive documenation is available: [https://jaxparrow.readthedocs.io/en/
21
21
pip install jaxparrow
22
22
```
23
23
24
-
**<ins>However</ins>**, users with access to GPUs or TPUs should first install `JAX` separately in order to fully benefit from its high-performance computing capacities.
24
+
**<ins>However</ins>**, users with access to GPUs or TPUs should first install `JAX` separately in order to fully benefit from its high-performance computing capacities.
25
25
See [JAX instructions](https://jax.readthedocs.io/en/latest/installation.html).
26
26
By default, `jaxparrow` will install a CPU-only version of JAX if no other version is already present in the Python environment.
0 commit comments