Skip to content

Commit 8d0801e

Browse files
authored
Fix pipelines install (#4902)
* Change ernie-1.0 to ernie-1.0-base-zh * [CI] fix pipelines install
1 parent 1a06c38 commit 8d0801e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scripts/regression/ci_case.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@ export PATH=${PATH}
2121
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
2222
if [ ! -d "model_logs" ];then
2323
mkdir model_logs
24-
else
25-
echo 'model_logs/ exists'
2624
fi
2725
if [ ! -d "unittest_logs" ];then
2826
mkdir model_logs
29-
else
30-
echo 'unittest_logs/ exists'
3127
fi
3228

3329
print_info(){

scripts/regression/run_ci.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,12 @@ upload (){
107107
nlp_build ${build_pr_path}
108108
elif [ $1 == "pipelines" ];then
109109
echo -e "\033[35m ---- build latest pipelines \033[0m"
110-
python -m pip install --force-reinstall paddlenlp
111110
build_dev_path=/workspace/PaddleNLP_dev/$1
112111
nlp_build ${build_dev_path}
113112
pipe_version=$(python -c "from pipelines import __version__; print(__version__)")
114113
cp $build_dev_path/dist/p****.whl ${PPNLP_HOME}/upload/
115114
elif [ $1 == "ppdiffusers" ];then
116115
echo -e "\033[35m ---- build latest ppdiffusers \033[0m"
117-
python -m pip install --force-reinstall paddlenlp
118116
build_dev_path=/workspace/PaddleNLP_dev/$1
119117
nlp_build ${build_dev_path}
120118
pipe_version=$(python -c "from ppdiffusers import __version__; print(__version__)")

0 commit comments

Comments
 (0)