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