diff --git a/.ci/manywheel/build_xpu.sh b/.ci/manywheel/build_xpu.sh index ff157b1c0b20..bd7b168be336 100755 --- a/.ci/manywheel/build_xpu.sh +++ b/.ci/manywheel/build_xpu.sh @@ -25,6 +25,7 @@ source /opt/intel/oneapi/mpi/latest/env/vars.sh export USE_STATIC_MKL=1 export USE_ONEMKL=1 export USE_XCCL=1 +export USE_MPI=0 WHEELHOUSE_DIR="wheelhousexpu" LIBTORCH_HOUSE_DIR="libtorch_housexpu" diff --git a/.ci/pytorch/build.sh b/.ci/pytorch/build.sh index 6ec7bca7e03b..444e129ea184 100755 --- a/.ci/pytorch/build.sh +++ b/.ci/pytorch/build.sh @@ -173,6 +173,7 @@ if [[ "$BUILD_ENVIRONMENT" == *xpu* ]]; then source /opt/intel/oneapi/mpi/latest/env/vars.sh # Enable XCCL build export USE_XCCL=1 + export USE_MPI=0 # XPU kineto feature dependencies are not fully ready, disable kineto build as temp WA export USE_KINETO=0 export TORCH_XPU_ARCH_LIST=pvc