mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Example] Update runtime examples (#1542)
* Add notes for tensors * Optimize some apis * move some warnings
This commit is contained in:
@@ -22,4 +22,4 @@ for root, dirs, files in os.walk(third_libs):
|
||||
for f in files:
|
||||
if f.strip().count(".so") > 0 or f.strip() == "plugins.xml":
|
||||
full_path = os.path.join(root, f)
|
||||
shutil.copy(full_path, os.path.join(bc_dirname, "lib"))
|
||||
shutil.copy(full_path, os.path.join(bc_dirname, "lib"), follow_symlinks=False)
|
||||
|
Reference in New Issue
Block a user