Skip to content

Commit 9bf460a

Browse files
committed
Try again
1 parent 16084bf commit 9bf460a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/scripts/utils.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ install_pytorch_and_domains() {
5858
git checkout "${TORCH_VERSION}"
5959
git submodule update --init --recursive
6060

61-
export _GLIBCXX_USE_CXX11_ABI=1
61+
export USE_PYTORCH_METAL_EXPORT=1
62+
export USE_COREML_DELEGATE=1
63+
export USE_DISTRIBUTED=0
64+
6265
# Then build and install PyTorch
6366
python setup.py bdist_wheel
6467
pip install "$(echo dist/*.whl)"

0 commit comments

Comments
 (0)