Skip to content

Commit 2f6b467

Browse files
authored
[INTEL HPU] remove PaddleNLP dependencies from PR HPU CI testing (PaddlePaddle#2267)
PaddleNLP is not a dependency for PaddleCustomDevice on HPU so remove PaddleNLP dependencies from PR HPU CI testing Signed-off-by: Luo, Focus <[email protected]>
1 parent b1a949b commit 2f6b467

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

backends/intel_hpu/tools/pr_hpu_ci.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ python -c "import paddle; print(paddle.__version__)"
2222
python -c "import paddle; print(paddle.version.commit)"
2323
python -m pip install lxml numpy==1.26.4
2424

25-
echo "PaddleNLP install"
26-
cd ${WORKSPACE}
27-
git clone --depth=1 https://github.com/PaddlePaddle/PaddleNLP.git
28-
cd PaddleNLP
29-
pip install -e .
30-
3125
echo "custom_ops install"
3226
cd ${WORKSPACE}/PaddleCustomDevice/backends/intel_hpu/custom_ops
3327
python setup.py install

0 commit comments

Comments
 (0)