Skip to content

Commit

Permalink
Merge branch 'atalman_onednn_22' into test_onednn_update
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Mar 18, 2024
2 parents 890a220 + 1355b17 commit d651a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ git --no-pager log --max-count 1

# Apply patch for https://github.com/pytorch/pytorch/issues/120547
pushd "$pytorch_rootdir/third_party/ideep/mkl-dnn/"
pwd
git apply "$SOURCE_DIR/../mkldnn_fix/brdgmm.patch"
popd
popd
Expand Down
2 changes: 1 addition & 1 deletion manywheel/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ case ${DESIRED_PYTHON} in
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 d651a09

Please sign in to comment.