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 0d5f0a8 commit 8cc6f17Copy full SHA for 8cc6f17
.ci/wheel/build_wheel.sh
@@ -186,9 +186,7 @@ source activate "$tmp_env_name"
186
187
pip install "numpy=${NUMPY_PINNED_VERSION}" "pyyaml${PYYAML_PINNED_VERSION}" requests ninja "setuptools${SETUPTOOLS_PINNED_VERSION}" typing_extensions
188
retry pip install -r "${pytorch_rootdir}/requirements.txt" || true
189
-# TODO : Remove me later (but in the interim, use Anaconda cmake, to find Anaconda installed OpenMP)
190
-retry pip uninstall -y cmake
191
-retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -y llvm-openmp=14.0.6 cmake
+retry brew install libomp
192
193
# For USE_DISTRIBUTED=1 on macOS, need libuv, which is build as part of tensorpipe submodule
194
export USE_DISTRIBUTED=1
0 commit comments