Skip to content

Commit 9f8b2e1

Browse files
committed
remove py 3.9 and 3.10
Signed-off-by: Xiongfei Wei <isaacwxf23@gmail.com>
1 parent d410d8e commit 9f8b2e1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/getting_started/installation/google_tpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ information, see [Storage options for Cloud TPU data](https://cloud.devsite.corp
3737

3838
- Google Cloud TPU VM
3939
- TPU versions: v6e, v5e, v5p, v4
40-
- Python: 3.10 or newer
40+
- Python: 3.11 or newer
4141

4242
### Provision Cloud TPUs
4343

@@ -117,7 +117,7 @@ source ~/.bashrc
117117
Create and activate a Conda environment for vLLM:
118118

119119
```bash
120-
conda create -n vllm python=3.10 -y
120+
conda create -n vllm python=3.12 -y
121121
conda activate vllm
122122
```
123123

requirements/tpu.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ setuptools==78.1.0
2020
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
2121
torch==2.9.0.dev20250714
2222
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"
2523
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"
2624
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"
2725

0 commit comments

Comments
 (0)