diff --git a/scripts/regression/run_ci.sh b/scripts/regression/run_ci.sh index 74d0b1957af8..0c468d5c6176 100644 --- a/scripts/regression/run_ci.sh +++ b/scripts/regression/run_ci.sh @@ -35,6 +35,10 @@ all_P0case_dic=(["waybill_ie"]=3 ["msra_ner"]=15 ["glue"]=2 ["bert"]=2 ["skep"]= ["fast_generation"]=10 ["ernie-3.0"]=5 ["ernie-layout"]=5 ["uie"]=5 ["ernie-health"]=5 ["llm"]=5 \ ["ernie"]=2 ["ernie_m"]=5 ["ernie_layout"]=5 ["ernie_csc"]=5 ["ernie_ctm"]=5 ["ernie_doc"]=20 ["ernie_health"]=5 ["segment_parallel_utils"]=5) #################################### + +python -m pip config --user set global.index http://pip.baidu-int.com/search/ +python -m pip config --user set global.index-url http://pip.baidu-int.com/simple +python -m pip config --user set global.trusted-host pip.baidu-int.com # Insatll paddlepaddle-gpu install_paddle(){ echo -e "\033[35m ---- Install paddlepaddle-gpu \033[0m"