Skip to content

Commit

Permalink
[Fix] remove paddlepaddle installation in tipc (#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingquanGao authored May 15, 2023
1 parent 7fd2857 commit 1555c4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_tipc/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -344,4 +343,4 @@ elif [ ${MODE} = "paddle2onnx_infer" ]; then
fi
else
cp ./test_tipc/docs/cityscapes_val_5.list ./test_tipc/data/cityscapes
fi
fi

0 comments on commit 1555c4e

Please sign in to comment.