Skip to content

Commit c17e4d3

Browse files
authored
Update readme for 2.8.1 branch (#9627)
1 parent 557dcfc commit c17e4d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- master
66
- r[0-9]+.[0-9]+
7+
- r[0-9]+.[0-9]+.[0-9]+
78
push:
89
branches:
910
- master
1011
- r[0-9]+.[0-9]+
12+
- r[0-9]+.[0-9]+.[0-9]+
1113
workflow_dispatch:
1214

1315
concurrency:

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Note: Builds are available for Python 3.11 to 3.13; please use one of the suppor
2020
# python3.11 -m venv py311
2121
# - for conda
2222
# conda create -n py311 python=3.11
23-
24-
pip install torch==2.8.0 'torch_xla[tpu]==2.8.0'
23+
pip install torch==2.8.0
24+
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.1-cp311-cp311-linux_x86_64.whl
25+
# To install libtpu
26+
pip install 'torch_xla[tpu]'
2527
# Optional: if you're using custom kernels, install pallas dependencies
2628
pip install 'torch_xla[pallas]'
2729
```

0 commit comments

Comments
 (0)