Skip to content

Commit 3925bb7

Browse files
authored
Use pytorch-stonepia folder as a root folder for building proxy pytorch (#2672)
Closes #2651 Having multiple versions of PyTorch should not be a problem. One of the possible scenarios is when the build occurs in different environments and they should not conflict. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 26781e4 commit 3925bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile-pytorch-ipex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fi
100100
# Configure, build and install PyTorch from source.
101101

102102
if [[ $BUILD_PYTORCH = true ]]; then
103-
PYTORCH_PROJ=$BASE/pytorch
103+
PYTORCH_PROJ=$BASE/pytorch-stonepia
104104

105105
echo "**** Cleaning $PYTORCH_PROJ before build ****"
106106
rm -rf $PYTORCH_PROJ

0 commit comments

Comments
 (0)