File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,9 @@ export PATH=${PATH}
2121export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
2222if [ ! -d " model_logs" ]; then
2323 mkdir model_logs
24- else
25- echo ' model_logs/ exists'
2624fi
2725if [ ! -d " unittest_logs" ]; then
2826 mkdir model_logs
29- else
30- echo ' unittest_logs/ exists'
3127fi
3228
3329print_info (){
Original file line number Diff line number Diff 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__)" )
You can’t perform that action at this time.
0 commit comments