We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bac8b commit 616047bCopy full SHA for 616047b
.github/workflows/_build_torch_xla_3.11.yml
@@ -50,8 +50,8 @@ jobs:
50
git clone --recursive https://github.com/tenstorrent/pytorch-xla.git xla
51
52
# copy pre-built wheels from cache
53
- python3.11 setup.py bdist_wheel
54
- python3.11 setup.py develop
+ ATEN_AVX512_256=FALSE python3.11 setup.py bdist_wheel
+ ATEN_AVX512_256=FALSE python3.11 setup.py develop
55
56
# Build PyTorch/XLA
57
cd xla/
0 commit comments