From 1355b179e534ab47e0321d875c0a0dad262ea4d3 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Fri, 15 Mar 2024 16:35:31 -0400 Subject: [PATCH] test (#1738) --- conda/build_pytorch.sh | 2 +- manywheel/build_common.sh | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/conda/build_pytorch.sh b/conda/build_pytorch.sh index f61ba8169..6b4327d04 100755 --- a/conda/build_pytorch.sh +++ b/conda/build_pytorch.sh @@ -193,7 +193,7 @@ echo "Using Pytorch from " git --no-pager log --max-count 1 # Apply patch for https://github.com/pytorch/pytorch/issues/120547 -pushd "./third_parthy/ideep/mkl-dnn/" +pushd "./third_party/ideep/mkl-dnn/" git apply "$SCRIPTPATH/../mkldnn_fix/brdgmm.patch" popd popd diff --git a/manywheel/build_common.sh b/manywheel/build_common.sh index c9f4b6efe..f1d4608cb 100644 --- a/manywheel/build_common.sh +++ b/manywheel/build_common.sh @@ -121,19 +121,16 @@ retry pip install -qr requirements.txt git submodule update --init --recursive # Apply patch for https://github.com/pytorch/pytorch/issues/120547 -pushd "./third_parthy/ideep/mkl-dnn/" +pushd "./third_party/ideep/mkl-dnn/" git apply "$SOURCE_DIR/../mkldnn_fix/brdgmm.patch" popd case ${DESIRED_PYTHON} in - cp36-cp36m) - retry pip install -q numpy==1.11 - ;; cp3[7-8]*) retry pip install -q numpy==1.15 ;; cp310*) - retry pip install -q numpy==1.21.2 + retry pip install -q numpy==2.0.0 ;; cp311*) retry pip install -q numpy==1.23.1