From 67955297f9c85f9ee2537c382697f2904b6d7772 Mon Sep 17 00:00:00 2001
From: root <root@bjyz-sys-gpu-kongming9.bjyz.baidu.com>
Date: Mon, 15 May 2023 08:22:00 +0000
Subject: [PATCH] rm paddlepaddle installation

---
 test_tipc/prepare.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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