From 8fd8780e5d3aa8bdd33e1f3c0a0dc7a631b995e1 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 18 Nov 2021 18:54:06 +0800 Subject: [PATCH] test=document_fix (#37330) --- tools/ci_op_benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_op_benchmark.sh b/tools/ci_op_benchmark.sh index 1eb531b855..7feabea6a2 100644 --- a/tools/ci_op_benchmark.sh +++ b/tools/ci_op_benchmark.sh @@ -178,7 +178,7 @@ function run_op_benchmark_test { LOG "[INFO] Uninstall Paddle ..." pip uninstall -y paddlepaddle paddlepaddle_gpu LOG "[INFO] Install Paddle ..." - pip install build_whl/${branch_name}/paddlepaddle_gpu-0.0.0-cp37-cp37m-linux_x86_64.whl + pip install build/${branch_name}/paddlepaddle_gpu-0.0.0-cp37-cp37m-linux_x86_64.whl logs_dir="$(pwd)/logs-${branch_name}" [ -d $logs_dir ] && rm -rf $logs_dir/* || mkdir -p $logs_dir pushd benchmark/api > /dev/null -- GitLab