Skip to content

Commit 813befa

Browse files
authored
Update run_ci_xpu.sh to lock xvllm version (#4210)
Temporarily lock xvllm version due to compilation errors and update XVLLM_PATH.
1 parent c32aae9 commit 813befa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/run_ci_xpu.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packag
2424
echo "build whl"
2525
bash custom_ops/xpu_ops/download_dependencies.sh develop
2626
export CLANG_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xtdk
27-
export XVLLM_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xvllm
27+
# export XVLLM_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xvllm
28+
# 由于xvllm更新导致编译报错暂时锁定xvllm版本
29+
wget https://klx-sdk-release-public.su.bcebos.com/xinfer/daily/eb/20250921/output.tar.gz --no-proxy && tar xf output.tar.gz && mv output xvllm
30+
export XVLLM_PATH=${PWD}/xvllm
2831
bash build.sh || exit 1
2932

3033
echo "pip others"

0 commit comments

Comments
 (0)