Skip to content

Commit

Permalink
Update test-pytorch-xla-tpu-tgi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebm authored Apr 17, 2024
1 parent 0523558 commit 0e869d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-pytorch-xla-tpu-tgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
#uses: actions/checkout@v4
- name: slepp
run: |
apt update
apt install pip
pip install 'jax[tpu]' -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
pip install --upgrade pip
python -c 'import jax; print("TPU cores:", jax.device_count())'
Expand Down

0 comments on commit 0e869d5

Please sign in to comment.