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 9bf460a commit 8a1c44dCopy full SHA for 8a1c44d
.ci/scripts/utils.sh
@@ -58,10 +58,7 @@ install_pytorch_and_domains() {
58
git checkout "${TORCH_VERSION}"
59
git submodule update --init --recursive
60
61
- export USE_PYTORCH_METAL_EXPORT=1
62
- export USE_COREML_DELEGATE=1
63
- export USE_DISTRIBUTED=0
64
-
+ export _GLIBCXX_USE_CXX11_ABI=1
65
# Then build and install PyTorch
66
python setup.py bdist_wheel
67
pip install "$(echo dist/*.whl)"
0 commit comments