Skip to content

Commit 4f4c921

Browse files
committed
test
1 parent 94b860d commit 4f4c921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
## Install torch & xla and torchvision
7272
uv pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
7373
## TODO: download file and rename as valid file with version
74-
curl -o torch-2.5.0-cp310-cp310-linux_x86_64.whl https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl
75-
uv pip install torch-2.5.0-cp310-cp310-linux_x86_64.whl
74+
curl -o torch_xla-2.5.0-cp310-cp310-linux_x86_64.whl https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl
75+
uv pip install torch_xla-2.5.0-cp310-cp310-linux_x86_64.whl
7676
# uv pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl
7777
7878
# Check installation

0 commit comments

Comments
 (0)