We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b4162 commit ed8feb7Copy full SHA for ed8feb7
.github/workflows/jax-array-api.yml
@@ -25,4 +25,4 @@ jobs:
25
id: step_two
26
run: |
27
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())'
+ python -c 'import jax; print("Global device count:", jax.device_count()); print("local devices =", jax.local_devices())'
0 commit comments