[Other] Use symbolic link pointed to TensorRT library (#1461)

* Add force rpath

* update to dev-6

* remove force-rpath

* remove nvinfer so

* Add symbol link creation when import fastdeploy first

* Add dst

* update symbol link creation

* Add logging

* logging -> logger

* update tips

* Set logging level

* Add --force-rpath
This commit is contained in:
Jack Zhou
2023-03-10 09:09:04 +08:00
committed by GitHub
parent a14480ae2b
commit f7ef464412
5 changed files with 36 additions and 10 deletions

View File

@@ -183,12 +183,12 @@ def process_libraries(current_dir):
remain = False
filename = os.path.split(f)[-1]
# Note(zhoushunjie): To add the trt libs below will increase the size of whl package by 450M.
# if filename in [
# "libnvinfer_plugin.so",
# "libnvinfer.so", "libnvonnxparser.so",
# "libnvparsers.so", "libnvcaffe_parser.so"
# ]:
# continue
if filename in [
"libnvinfer_plugin.so",
"libnvinfer.so", "libnvonnxparser.so",
"libnvparsers.so", "libnvcaffe_parser.so"
]:
continue
for lib_prefix in ["libnvinfer_plugin.so.8.",
"libnvinfer.so.8.", "libnvonnxparser.so.8.",