diff --git a/test_tipc/prepare.sh b/test_tipc/prepare.sh index 4d1463a4cd..40b0db3846 100644 --- a/test_tipc/prepare.sh +++ b/test_tipc/prepare.sh @@ -33,7 +33,6 @@ pip install -r test_tipc/requirements.txt pip install -v -e . if [ ${model_name} = "mask2former" ]; then - python -m pip install paddlepaddle-gpu==0.0.0.post117 -f https://www.paddlepaddle.org.cn/whl/linux/gpu/develop.html cd contrib/PanopticSeg pip install -r requirements.txt pip install -e . @@ -344,4 +343,4 @@ elif [ ${MODE} = "paddle2onnx_infer" ]; then fi else cp ./test_tipc/docs/cityscapes_val_5.list ./test_tipc/data/cityscapes -fi \ No newline at end of file +fi