jax
b22a29fa - Update README.md so that CPU install instruction works

Commit
2 years ago
Update README.md so that CPU install instruction works Fix readme current `pip install -U jax[cpu]` has no matches in pip `no matches found: jax[cpu]`. Corrected install instruction to `pip install -U "jax[cpu]"` which successfully installs cpu version of JAX via pip.
Author
Parents
Loading