Skip to content

Commit

Permalink
Better Jax installation instructions for benchmarking.
Browse files Browse the repository at this point in the history
  • Loading branch information
axch committed Oct 17, 2022
1 parent d116661 commit 5145c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install system dependencies
run: |
${{ matrix.install_deps }}
pip install numpy jax
pip install numpy "jax[cpu]"
echo "${{ matrix.path_extension }}" >> $GITHUB_PATH
- name: Cache
Expand Down

0 comments on commit 5145c5d

Please sign in to comment.