Skip to content

Commit

Permalink
Update README.md (#75)
Browse files Browse the repository at this point in the history
Mention JAX bindings, correct outdated comment for torch
  • Loading branch information
ceriottm authored Oct 26, 2023
1 parent bf3439a commit 8b2bef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Pre-built (https://pypi.org/project/sphericart/).

```bash
pip install sphericart # numpy version
pip install sphericart[torch] # including also the torch bindings (CPU-only)
pip install sphericart[torch] # including also the torch bindings
pip install sphericart[jax] # JAX bindings (CPU-only)
```

Note that the pre-built packages are compiled for a generic CPU, and might be
Expand Down

0 comments on commit 8b2bef7

Please sign in to comment.