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 9f9105a commit 9830e7bCopy full SHA for 9830e7b
.ci/docker/common/install_conda.sh
@@ -65,7 +65,7 @@ if [ -n "$ANACONDA_PYTHON_VERSION" ]; then
65
66
# Install PyTorch conda deps, as per https://github.com/pytorch/pytorch README
67
if [[ $(uname -m) == "aarch64" ]]; then
68
- conda_install "openblas==0.3.25=*openmp*"
+ conda_install "openblas==0.3.28=*openmp*"
69
else
70
conda_install "mkl=2021.4.0 mkl-include=2021.4.0"
71
fi
.ci/docker/common/install_openblas.sh
@@ -4,7 +4,7 @@
4
set -ex
5
6
cd /
7
-git clone https://github.com/OpenMathLib/OpenBLAS.git -b v0.3.25 --depth 1 --shallow-submodules
+git clone https://github.com/OpenMathLib/OpenBLAS.git -b v0.3.28 --depth 1 --shallow-submodules
8
9
10
OPENBLAS_BUILD_FLAGS="
0 commit comments