Skip to content

Commit

Permalink
Specify folder for git clone in 'compile-pytorch-ipex.sh'
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Nov 19, 2024
1 parent a8ca9e5 commit c0e3f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/compile-pytorch-ipex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ if [[ $BUILD_PYTORCH = true ]]; then
rm -rf $PYTORCH_PROJ

echo "**** Cloning $PYTORCH_PROJ ****"
cd $BASE
git clone --single-branch -b dev/triton-test-3.0 --recurse-submodules --jobs 8 https://github.com/Stonepia/pytorch.git
git clone --single-branch -b dev/triton-test-3.0 --recurse-submodules --jobs 8 https://github.com/Stonepia/pytorch.git $PYTORCH_PROJ

cd $PYTORCH_PROJ

Expand Down

0 comments on commit c0e3f2c

Please sign in to comment.