From 41792d655eb4dc0aed5ec258129c25152115bb7c Mon Sep 17 00:00:00 2001 From: zhengya01 <43601548+zhengya01@users.noreply.github.com> Date: Mon, 26 Dec 2022 10:52:40 +0800 Subject: [PATCH] Tipc rm --force-reinstall (#8463) * fix serving stop * rm --force-install --- test_tipc/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index e184b14d..17081635 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -368,7 +368,7 @@ elif [ ${MODE} = "whole_infer" ];then python_name_list=$(func_parser_value "${lines[2]}") array=(${python_name_list}) python_name=${array[0]} - ${python_name} -m pip install paddleslim --force-reinstall + ${python_name} -m pip install paddleslim ${python_name} -m pip install -r requirements.txt wget -nc -P ./inference https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/ch_det_data_50.tar --no-check-certificate wget -nc -P ./inference/ https://paddleocr.bj.bcebos.com/dygraph_v2.0/test/rec_inference.tar --no-check-certificate -- GitLab