Skip to content

Commit

Permalink
fix install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Sep 26, 2024
1 parent 6b674da commit 6eb8601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python -m pip install .
To run metrics on GPU:

```zsh
python -m install --upgrade "jax[cuda12]"
python -m pip install --upgrade "jax[cuda12]"
```
### For making changes to the library:

Expand Down

0 comments on commit 6eb8601

Please sign in to comment.