[XPU][CI] update paddle version (#6044)

* Remove cache queue port from test configuration

Removed cache queue port configuration from test.

* Remove cache queue port from test_vl_model.py

Removed cache queue port argument from test configuration.

* Update test_w4a8.py

* Remove cache queue port from test_mtp.py

Removed cache queue port configuration from test.

* Remove cache queue port from test_logprobs_21b_tp4

Removed cache queue port configuration from test.

* Remove cache queue port from test configuration

Removed cache queue port configuration from test.

* Update test_ep4tp4_online.py

* Update run_xpu_ci_pytest.sh to comment out installations

Comment out PaddlePaddle installation and XVLLM download steps.
This commit is contained in:
Jiaxin Sui
2026-01-15 15:17:48 +08:00
committed by GitHub
parent e10b51b8c6
commit b0fc9cadb5
+5 -5
View File
@@ -74,18 +74,18 @@ python -m pip uninstall fastdeploy-xpu -y
# 安装PaddlePaddle # 安装PaddlePaddle
echo "安装PaddlePaddle..." echo "安装PaddlePaddle..."
# python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/ python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
# 20260109 由于主框架xhpc版本更新导致报错,暂时锁死paddle版本到20260107 # 20260109 由于主框架xhpc版本更新导致报错,暂时锁死paddle版本到20260107
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.4.0.dev20260107-cp310-cp310-linux_x86_64.whl # python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.4.0.dev20260107-cp310-cp310-linux_x86_64.whl
# ============ 编译项目 ============ # ============ 编译项目 ============
echo "============================编译项目============================" echo "============================编译项目============================"
bash custom_ops/xpu_ops/download_dependencies.sh develop bash custom_ops/xpu_ops/download_dependencies.sh develop
export CLANG_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xtdk 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 # 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 # export XVLLM_PATH=${PWD}/xvllm
bash build.sh || exit 1 bash build.sh || exit 1
# ============ 安装测试依赖 ============ # ============ 安装测试依赖 ============