File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
docs/source/getting_started Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ARG NIGHTLY_DATE="20240808 "
1+ ARG NIGHTLY_DATE="20240828 "
22ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_$NIGHTLY_DATE"
33
44FROM $BASE_IMAGE
Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ First, install the dependencies:
5656 $ pip uninstall torch torch-xla -y
5757
5858 $ # Install PyTorch and PyTorch XLA.
59- $ export DATE="+20240808"
60- $ pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch-nightly${DATE}-cp310-cp310-linux_x86_64.whl
61- $ pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly${DATE}-cp310-cp310-linux_x86_64.whl
59+ $ export DATE="20240828"
60+ $ export TORCH_VERSION="2.5.0"
61+ $ pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch-${TORCH_VERSION}.dev${DATE}-cp310-cp310-linux_x86_64.whl
62+ $ pip3 install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-${TORCH_VERSION}.dev${DATE}-cp310-cp310-linux_x86_64.whl
6263
6364 $ # Install JAX and Pallas.
6465 $ pip install torch_xla[tpu] -f https://storage.googleapis.com/libtpu-releases/index.html
You can’t perform that action at this time.
0 commit comments