Skip to content

Commit 8a1c44d

Browse files
committed
Try this flag then
1 parent 9bf460a commit 8a1c44d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.ci/scripts/utils.sh

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

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

0 commit comments

Comments
 (0)