This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33set -ex
44
55# MKL
6- MKL_VERSION=2020.0
7- MKL_BUILD=166
6+ MKL_VERSION=2022.2.1
7+ MKL_BUILD=16993
88mkdir -p /opt/intel/lib
99pushd /tmp
1010curl -fsSL https://anaconda.org/intel/mkl-static/${MKL_VERSION} /download/linux-64/mkl-static-${MKL_VERSION} -intel_${MKL_BUILD} .tar.bz2 | tar xjv
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ conda create ${EXTRA_CONDA_INSTALL_FLAGS} -yn "$tmp_env_name" python="$desired_p
168168source activate " $tmp_env_name "
169169
170170retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq cmake " numpy${NUMPY_PINNED_VERSION} " nomkl " setuptools${SETUPTOOLS_PINNED_VERSION} " " pyyaml${PYYAML_PINNED_VERSION} " cffi typing_extensions ninja requests
171- retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq mkl-include==2020. 1 mkl-static==2020 .1 -c intel
171+ retry conda install ${EXTRA_CONDA_INSTALL_FLAGS} -yq mkl-include==2022.2. 1 mkl-static==2022.2 .1 -c intel
172172retry pip install -qr " ${pytorch_rootdir} /requirements.txt" || true
173173
174174# For USE_DISTRIBUTED=1 on macOS, need libuv and pkg-config to find libuv.
You can’t perform that action at this time.
0 commit comments