File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
1315concurrency :
Original file line number Diff line number Diff 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
2628pip install ' torch_xla[pallas]'
2729```
You can’t perform that action at this time.
0 commit comments