File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ paddleformers_build (){
70
70
71
71
install_paddleformers (){
72
72
echo " install_formers_develop"
73
- python -m pip install --user https://paddlenlp .bj.bcebos.com/wheels/paddleformers-latest-py3-none-any.whl --no-cache-dir
73
+ python -m pip install --user https://paddleformers .bj.bcebos.com/wheels/paddleformers-latest-py3-none-any.whl --no-cache-dir
74
74
python -c " import paddleformers; print('paddleformers commit:',paddleformers.version.commit)" >> ${log_path} /commit_info.txt
75
75
}
76
76
@@ -100,7 +100,7 @@ if [[ ${#Build_list[*]} -ne 0 ]];then
100
100
101
101
if [ -e " ${upload_path} " ] && [ " $( ls -A " ${upload_path} /" ) " ]; then
102
102
cd ${upload_path} && ls -A " ${upload_path} "
103
- cd ${PPNLP_HOME} && python upload.py ${upload_path} ' paddlenlp /wheels'
103
+ cd ${PPNLP_HOME} && python upload.py ${upload_path} ' paddleformers /wheels'
104
104
rm -rf ${upload_path}
105
105
echo -e " \033[32m upload wheels SUCCESS \033[0m"
106
106
fi
You can’t perform that action at this time.
0 commit comments