Skip to content

Commit b1ebc54

Browse files
committed
Temporary adding checkout branch
checkout branch
1 parent 27f7792 commit b1ebc54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_build_torch_xla_3.11.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
cd pytorch/
5151
git clone --recursive https://github.com/tenstorrent/pytorch-xla.git xla
5252
53+
5354
(
5455
# Build PyTorch
5556
# From https://docs.pytorch.org/FBGEMM/fbgemm/development/BuildInstructions.html, section "Build Issues with GCC 12+"
@@ -62,6 +63,7 @@ jobs:
6263
6364
# Build PyTorch/XLA
6465
cd xla/
66+
git checkout sshon/rebase-to-upstream
6567
python3.11 setup.py bdist_wheel
6668
6769
# Collect wheels

0 commit comments

Comments
 (0)