File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/vision/segmentation/paddleseg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55- [ PaddleSeg Release/2.6] ( https://github.com/PaddlePaddle/PaddleSeg/tree/release/2.6 )
66
7- 目前FastDeploy支持如下模型的部署
7+ 目前FastDeploy支持如下模型的部署
88
99- [ U-Net系列模型] ( https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/configs/unet/README.md )
1010- [ PP-LiteSeg系列模型] ( https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.6/configs/pp_liteseg/README.md )
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ def run(self):
415415 rpaths .append ("$ORIGIN/" + os .path .join ("libs/third_libs" ,
416416 path ))
417417 rpaths = ":" .join (rpaths )
418- command = "patchelf --set-rpath '{}' " .format (rpaths ) + pybind_so_file
418+ command = "patchelf --force-rpath -- set-rpath '{}' " .format (rpaths ) + pybind_so_file
419419 print (
420420 "=========================Set rpath for library===================" )
421421 print (command )
You can’t perform that action at this time.
0 commit comments