diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 709a5a6113fdec413711f4156f911bbc656f9078..931024382ee48637b09c22c2f20297a5591c13ad 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -108,7 +108,7 @@ if [ ${MODE} = "benchmark_train" ];then fi if [ ${model_name} == "layoutxlm_ser" ]; then pip install -r ppstructure/vqa/requirements.txt - pip install paddlenlp>=2.3.5 + pip install paddlenlp\>=2.3.5 --force-reinstall wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/ppstructure/dataset/XFUND.tar --no-check-certificate cd ./train_data/ && tar xf XFUND.tar # expand gt.txt 10 times @@ -222,7 +222,7 @@ if [ ${MODE} = "lite_train_lite_infer" ];then fi if [ ${model_name} == "layoutxlm_ser" ]; then pip install -r ppstructure/vqa/requirements.txt - pip install paddlenlp>=2.3.5 + pip install paddlenlp\>=2.3.5 --force-reinstall wget -nc -P ./train_data/ https://paddleocr.bj.bcebos.com/ppstructure/dataset/XFUND.tar --no-check-certificate cd ./train_data/ && tar xf XFUND.tar cd ../