Skip to content

Commit 80fd6c0

Browse files
authored
Specify folder for git clone in compile-pytorch-ipex.sh; update IPEX pin (#2763)
Closes #2651 --------- Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 413e738 commit 80fd6c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/pins/ipex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd132db4e11fbf799a2d3ed2afea100a4afd4efd
1+
15ef7db18b0a50101b41d9c78780d35ea7937ffc

scripts/compile-pytorch-ipex.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ if [[ $BUILD_PYTORCH = true ]]; then
106106
rm -rf $PYTORCH_PROJ
107107

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

112111
cd $PYTORCH_PROJ
113112

0 commit comments

Comments
 (0)