File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
ARG NIGHTLY_DATE="20250124"
2
- ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.10_tpuvm_ $NIGHTLY_DATE"
2
+ ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.12_tpuvm_ $NIGHTLY_DATE"
3
3
4
4
FROM $BASE_IMAGE
5
5
WORKDIR /workspace/vllm
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ setuptools==78.1.0
18
18
--find-links https://storage.googleapis.com/libtpu-releases/index.html
19
19
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
20
20
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
21
- torch==2.9.0.dev20250711
22
- torchvision==0.24.0.dev20250711
23
- torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250711-cp39-cp39-linux_x86_64.whl ; python_version == "3.9"
24
- torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250711-cp310-cp310-linux_x86_64.whl ; python_version == "3.10"
25
- torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250711-cp311-cp311-linux_x86_64.whl ; python_version == "3.11"
21
+ torch==2.9.0.dev20250714
22
+ torchvision==0.24.0.dev20250714
23
+ torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250714-cp39-cp39-linux_x86_64.whl ; python_version == "3.9"
24
+ torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250714-cp310-cp310-linux_x86_64.whl ; python_version == "3.10"
25
+ torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250714-cp311-cp311-linux_x86_64.whl ; python_version == "3.11"
26
+ torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250714-cp312-cp312-linux_x86_64.whl ; python_version == "3.12"
26
27
You can’t perform that action at this time.
0 commit comments