Skip to content

Commit 98b084f

Browse files
authored
[CI]fix bug for deepseek_data & paddleocr2.10_install & paddlenlp_ops whl (#10183)
* fix deepseek_data & paddleocr2.10_install * update paddlenlp_ops bcebos
1 parent d1e956e commit 98b084f

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
paddleocr
2+
simsimd==1.1.2
23
pre-commit
34
pytest==8.1.1
45
parameterized

scripts/distribute/ci_case_auto.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3620,7 +3620,7 @@ function before_hook_for_deepseek() {
36203620
python -m pip install -r $root_path/requirements.txt
36213621
python -m pip install -r $root_path/requirements-dev.txt
36223622
unset http_proxy && unset https_proxy
3623-
if [[ ! $FLAGS_download_data =~ "llama" ]];then
3623+
if [[ ! $FLAGS_download_data =~ "deepseek" ]];then
36243624
echo -e "\033[31m ---- Download LLaMA data \033[0m"
36253625
rm -rf data
36263626
if [[ -e ${llama_data_path}/data ]]; then

scripts/regression/ci_case.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ llm(){
578578
rm -rf upload/*
579579
else
580580
echo "No modifications in csrc, installing paddlenlp_ops wheel file..."
581-
python -m pip install --pre --upgrade paddlenlp_ops -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html --no-cache-dir
581+
python -m pip install --user https://paddlenlp.bj.bcebos.com/wheels/paddlenlp_ops-ci-py3-none-any.whl --no-cache-dir
582582
fi
583583

584584
sleep 5

scripts/regression/requirements_ci.txt

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ parameterized
3030
scikit-learn
3131
cma
3232
paddleocr
33+
simsimd==1.1.2
3334
https://paddle-qa.bj.bcebos.com/PaddleSlim/paddleslim-0.0.0.dev0-py3-none-any.whl
3435
fast_dataindex
3536
emoji

0 commit comments

Comments
 (0)