Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Mar 7, 2024
1 parent 62399f1 commit 2d97ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run: |
pip install fsspec
pip install rich
pip uninstall torch
pip uninstall torchvision
yes | pip uninstall torch
yes | pip uninstall torchvision
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu121
cd pytorch/xla
test/tpu/run_tests.sh

0 comments on commit 2d97ee5

Please sign in to comment.