Skip to content

Commit

Permalink
update wheel build from linux to manylinux (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore authored Jan 3, 2024
1 parent 3982e30 commit 07a732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytorch/r2.2/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ local volumes = import 'templates/volumes.libsonnet';
# for huggingface tests
sudo apt install -y libsndfile-dev
pip3 install torch==2.2.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cpu
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.2.0rc6-cp310-cp310-linux_x86_64.whl
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.2.0rc6-cp310-cp310-manylinux_2_28_x86_64.whl
pip install torch_xla[tpu] -f https://storage.googleapis.com/libtpu-releases/index.html
pip3 install pillow
git clone --depth=1 -b release/2.2 https://github.com/pytorch/pytorch.git
Expand Down

0 comments on commit 07a732d

Please sign in to comment.