Skip to content

Commit

Permalink
Update wheel nightly wheel link (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore authored Aug 31, 2024
1 parent 08b7bda commit 2913cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytorch/nightly/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ local volumes = import 'templates/volumes.libsonnet';
sudo apt install -y libsndfile-dev
pip3 install --user --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
pip install --user \
'torch_xla[tpuvm] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl'
'torch_xla[tpuvm] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.5.0.dev-cp310-cp310-linux_x86_64.whl'
pip3 install pillow
git clone --depth=1 https://github.com/pytorch/pytorch.git
cd pytorch
Expand Down

0 comments on commit 2913cac

Please sign in to comment.