diff --git a/scripts/compile-pytorch-ipex.sh b/scripts/compile-pytorch-ipex.sh index 483f8e997..fc3d1cd63 100755 --- a/scripts/compile-pytorch-ipex.sh +++ b/scripts/compile-pytorch-ipex.sh @@ -100,7 +100,7 @@ fi # Configure, build and install PyTorch from source. if [[ $BUILD_PYTORCH = true ]]; then - PYTORCH_PROJ=$BASE/pytorch + PYTORCH_PROJ=$BASE/pytorch-stonepia echo "**** Cleaning $PYTORCH_PROJ before build ****" rm -rf $PYTORCH_PROJ