From ef1d80f067a600f5db282dc239311da962bf6bd1 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Mon, 21 Feb 2022 19:37:47 +0800 Subject: [PATCH] delete --- test_tipc/benchmark_train.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_tipc/benchmark_train.sh b/test_tipc/benchmark_train.sh index fc49cbb3..d5b4e2f1 100644 --- a/test_tipc/benchmark_train.sh +++ b/test_tipc/benchmark_train.sh @@ -3,8 +3,6 @@ source test_tipc/common_func.sh # set env python=python -export model_branch=`git symbolic-ref HEAD 2>/dev/null | cut -d"/" -f 3` -export model_commit=$(git log|head -n1|awk '{print $2}') export str_tmp=$(echo `pip list|grep paddlepaddle-gpu|awk -F ' ' '{print $2}'`) export frame_version=${str_tmp%%.post*} export frame_commit=$(echo `${python} -c "import paddle;print(paddle.version.commit)"`) -- GitLab