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 "
2
2
ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_$NIGHTLY_DATE"
3
3
4
4
FROM $BASE_IMAGE
Original file line number Diff line number Diff line change @@ -56,9 +56,10 @@ First, install the dependencies:
56
56
$ pip uninstall torch torch-xla -y
57
57
58
58
$ # 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
62
63
63
64
$ # Install JAX and Pallas.
64
65
$ 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