diff --git a/scripts/run_xpu_ci_pytest.sh b/scripts/run_xpu_ci_pytest.sh index 9db5c4db7b..1a75d57769 100644 --- a/scripts/run_xpu_ci_pytest.sh +++ b/scripts/run_xpu_ci_pytest.sh @@ -83,7 +83,9 @@ python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepa echo "============================编译项目============================" 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 +wget https://klx-sdk-release-public.su.bcebos.com/xinfer/daily/eb/20260109/output.tar.gz --no-proxy && tar xf output.tar.gz && mv output xvllm +export XVLLM_PATH=${PWD}/xvllm bash build.sh || exit 1 # ============ 安装测试依赖 ============