Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
58760e12
Unverified
Commit
58760e12
authored
Jul 16, 2025
by
XiongfeiWei
Committed by
GitHub
Jul 16, 2025
Browse files
[TPU] Start using python 3.12 (#21000)
Signed-off-by:
Xiongfei Wei
<
isaacwxf23@gmail.com
>
parent
a50d9182
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
.buildkite/scripts/hardware_ci/run-tpu-v1-test.sh
.buildkite/scripts/hardware_ci/run-tpu-v1-test.sh
+1
-1
docker/Dockerfile.tpu
docker/Dockerfile.tpu
+2
-2
docs/getting_started/installation/google_tpu.md
docs/getting_started/installation/google_tpu.md
+2
-2
requirements/tpu.txt
requirements/tpu.txt
+4
-5
No files found.
.buildkite/scripts/hardware_ci/run-tpu-v1-test.sh
View file @
58760e12
...
...
@@ -70,7 +70,7 @@ export VLLM_XLA_CACHE_PATH=
echo "Using VLLM V1"
echo "--- Hardware Information ---"
tpu-info
#
tpu-info
echo "--- Starting Tests ---"
set +e
overall_script_exit_code=0
...
...
docker/Dockerfile.tpu
View file @
58760e12
ARG NIGHTLY_DATE="202501
2
4"
ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.1
0
_tpuvm_$NIGHTLY_DATE"
ARG NIGHTLY_DATE="20250
7
14"
ARG BASE_IMAGE="us-central1-docker.pkg.dev/tpu-pytorch-releases/docker/xla:nightly_3.1
2
_tpuvm_$NIGHTLY_DATE"
FROM $BASE_IMAGE
WORKDIR /workspace/vllm
...
...
docs/getting_started/installation/google_tpu.md
View file @
58760e12
...
...
@@ -37,7 +37,7 @@ information, see [Storage options for Cloud TPU data](https://cloud.devsite.corp
-
Google Cloud TPU VM
-
TPU versions: v6e, v5e, v5p, v4
-
Python: 3.1
0
or newer
-
Python: 3.1
1
or newer
### Provision Cloud TPUs
...
...
@@ -117,7 +117,7 @@ source ~/.bashrc
Create and activate a Conda environment for vLLM:
```
bash
conda create
-n
vllm
python
=
3.1
0
-y
conda create
-n
vllm
python
=
3.1
2
-y
conda activate vllm
```
...
...
requirements/tpu.txt
View file @
58760e12
...
...
@@ -18,9 +18,8 @@ setuptools==78.1.0
--find-links https://storage.googleapis.com/libtpu-releases/index.html
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
torch==2.9.0.dev20250711
torchvision==0.24.0.dev20250711
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"
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"
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"
torch==2.9.0.dev20250716
torchvision==0.24.0.dev20250716
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250716-cp311-cp311-linux_x86_64.whl ; python_version == "3.11"
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.9.0.dev20250716-cp312-cp312-linux_x86_64.whl ; python_version == "3.12"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment