Skip to content

Commit

Permalink
The use of mkl-static and mkl-include pip packages seems redundan…
Browse files Browse the repository at this point in the history
…t; remove them (#2464)

Closes #2468

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Oct 11, 2024
1 parent 58364a9 commit beffcd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/compile-pytorch-ipex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if [[ $BUILD_PYTORCH = true ]]; then

echo "****** Building $PYTORCH_PROJ ******"
pip install -r requirements.txt
pip install cmake ninja mkl-static mkl-include "numpy<2.0"
pip install cmake ninja "numpy<2.0"
python setup.py bdist_wheel

echo "****** Installing PyTorch ******"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ $SCRIPTS_DIR/patch-pytorch.sh

echo "****** Building $PYTORCH_PROJ ******"
pip install -r requirements.txt
pip install cmake ninja mkl-static mkl-include
pip install cmake ninja
python setup.py bdist_wheel

echo "****** Installing PyTorch ******"
Expand Down

0 comments on commit beffcd1

Please sign in to comment.