Skip to content

Commit 808773a

Browse files
authored
Update README.md with supported Python version (#9239)
1 parent 9871aed commit 808773a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@ started:
2424
### TPU
2525

2626
To install PyTorch/XLA stable build in a new TPU VM:
27+
Note: Builds are available for Python 3.8 to 3.11; please use one of the supported versions.
2728

2829
```sh
30+
# - for venv
31+
# python3.11 -m venv py311
32+
# - for conda
33+
# conda create -n py311 python=3.11
34+
2935
pip install torch==2.7.0 'torch_xla[tpu]==2.7.0'
3036
```
3137

0 commit comments

Comments
 (0)