File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
paddleocr
2
+ simsimd == 1.1.2
2
3
pre-commit
3
4
pytest == 8.1.1
4
5
parameterized
Original file line number Diff line number Diff line change @@ -3620,7 +3620,7 @@ function before_hook_for_deepseek() {
3620
3620
python -m pip install -r $root_path /requirements.txt
3621
3621
python -m pip install -r $root_path /requirements-dev.txt
3622
3622
unset http_proxy && unset https_proxy
3623
- if [[ ! $FLAGS_download_data =~ " llama " ]]; then
3623
+ if [[ ! $FLAGS_download_data =~ " deepseek " ]]; then
3624
3624
echo -e " \033[31m ---- Download LLaMA data \033[0m"
3625
3625
rm -rf data
3626
3626
if [[ -e ${llama_data_path} /data ]]; then
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ llm(){
578
578
rm -rf upload/*
579
579
else
580
580
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
582
582
fi
583
583
584
584
sleep 5
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ parameterized
30
30
scikit-learn
31
31
cma
32
32
paddleocr
33
+ simsimd==1.1.2
33
34
https://paddle-qa.bj.bcebos.com/PaddleSlim/paddleslim-0.0.0.dev0-py3-none-any.whl
34
35
fast_dataindex
35
36
emoji
You can’t perform that action at this time.
0 commit comments