Skip to content

Commit ed8feb7

Browse files
authored
Update jax-array-api.yml
1 parent 81b4162 commit ed8feb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jax-array-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
id: step_two
2626
run: |
2727
pip install "jax[tpu]" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
28-
python -c 'import jax; print("Global device count:", jax.device_count())'
28+
python -c 'import jax; print("Global device count:", jax.device_count()); print("local devices =", jax.local_devices())'

0 commit comments

Comments
 (0)