Skip to content

Commit

Permalink
test (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Mar 15, 2024
1 parent a85322a commit 1355b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions manywheel/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1355b17

Please sign in to comment.