Skip to content

Commit e926be5

Browse files
authored
update install paddlenlp ways (#4587)
1 parent 05131d5 commit e926be5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/regression/run_ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ if [[ ${#P0case_list[*]} -ne 0 ]] || [[ ${#APIcase_list[*]} -ne 0 ]];then
220220
if [ ! -f ./dist/p****.whl ];then
221221
install_paddle
222222
echo "install_nlp_develop"
223-
python -m pip install paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html
223+
# python -m pip install paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html
224+
wget https://paddlenlp.bj.bcebos.com/wheels/paddlenlp-latest-py3-none-any.whl
225+
python -m pip install paddlenlp-latest-py3-none-any.whl
224226
else
225227
echo "instal_nlp_pr"
226228
python -m pip install dist/p****.whl

0 commit comments

Comments
 (0)