Remove Paddle Reader (#1813)

* Remove Paddle Reader

* support pp-infer c++14

* disable trt cache

---------

Co-authored-by: wang-xinyu <wangxinyu_es@163.com>
This commit is contained in:
Jason
2023-04-20 21:12:43 +08:00
committed by GitHub
parent 5e2ff374ce
commit f3d44785c4
7 changed files with 59 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ def process_paddle_inference(paddle_inference_so_file):
rpaths = [
"$ORIGIN", "$ORIGIN/../../third_party/install/mkldnn/lib/",
"$ORIGIN/../../third_party/install/mklml/lib/",
"$ORIGIN/../../third_party/install/fdmodel/lib/",
"$ORIGIN/../../../tensorrt/lib/"
]