diff --git a/scripts/run_ci_xpu.sh b/scripts/run_ci_xpu.sh index 5633cde54..400fad69a 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -25,7 +25,10 @@ python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packag echo "build whl" bash custom_ops/xpu_ops/download_dependencies.sh develop export CLANG_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xtdk -export XVLLM_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xvllm +# export XVLLM_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xvllm +# 由于xvllm更新,为了避免影响CI,暂时锁死版本 +wget https://klx-sdk-release-public.su.bcebos.com/xinfer/daily/eb/20251029/output.tar.gz --no-proxy && tar xf output.tar.gz && mv output xvllm +export XVLLM_PATH=${PWD}/xvllm bash build.sh || exit 1 echo "pip others"