From 7b7b63b1a8659eb9101b3936ec73553e44c864a1 Mon Sep 17 00:00:00 2001 From: cnn Date: Tue, 6 Apr 2021 21:10:34 +0800 Subject: [PATCH] [cherry-pick] fix path in script (#2516) * fix path of script, test=document_fix * update for ci-travis, test=document_fix --- deploy/cpp/scripts/build.sh | 2 +- static/deploy/cpp/scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/cpp/scripts/build.sh b/deploy/cpp/scripts/build.sh index 803fbab7d..ed901d014 100644 --- a/deploy/cpp/scripts/build.sh +++ b/deploy/cpp/scripts/build.sh @@ -17,7 +17,7 @@ TENSORRT_INC_DIR=/path/to/tensorrt/include TENSORRT_LIB_DIR=/path/to/tensorrt/lib # Paddle 预测库路径 -PADDLE_DIR=/paddle/to/paddle_inference +PADDLE_DIR=/path/to/paddle_inference # CUDA 的 lib 路径 CUDA_LIB=/path/to/cuda/lib diff --git a/static/deploy/cpp/scripts/build.sh b/static/deploy/cpp/scripts/build.sh index 803fbab7d..ed901d014 100644 --- a/static/deploy/cpp/scripts/build.sh +++ b/static/deploy/cpp/scripts/build.sh @@ -17,7 +17,7 @@ TENSORRT_INC_DIR=/path/to/tensorrt/include TENSORRT_LIB_DIR=/path/to/tensorrt/lib # Paddle 预测库路径 -PADDLE_DIR=/paddle/to/paddle_inference +PADDLE_DIR=/path/to/paddle_inference # CUDA 的 lib 路径 CUDA_LIB=/path/to/cuda/lib -- GitLab