Skip to content

Commit 616047b

Browse files
committed
Torch build option change
Torch build option change to avoid build warning and error.
1 parent 86bac8b commit 616047b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build_torch_xla_3.11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
git clone --recursive https://github.com/tenstorrent/pytorch-xla.git xla
5151
5252
# copy pre-built wheels from cache
53-
python3.11 setup.py bdist_wheel
54-
python3.11 setup.py develop
53+
ATEN_AVX512_256=FALSE python3.11 setup.py bdist_wheel
54+
ATEN_AVX512_256=FALSE python3.11 setup.py develop
5555
5656
# Build PyTorch/XLA
5757
cd xla/

0 commit comments

Comments
 (0)