From a4ede2d850f8afeebbdaf34a1d2e731ffb6a67a6 Mon Sep 17 00:00:00 2001 From: "Wang, Chuanqi" Date: Fri, 29 Nov 2024 02:29:33 +0800 Subject: [PATCH] [CD] Fix xpu linux CD wheel check (#2046) --- check_binary.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/check_binary.sh b/check_binary.sh index e191448a2..952ee5459 100755 --- a/check_binary.sh +++ b/check_binary.sh @@ -59,6 +59,7 @@ fi # Setup XPU ENV ############################################################################### if [[ "$DESIRED_CUDA" == 'xpu' ]]; then + set +u # Refer https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html source /opt/intel/oneapi/compiler/latest/env/vars.sh source /opt/intel/oneapi/pti/latest/env/vars.sh