Skip to content

Commit 145ac86

Browse files
authored
fix ${BENCHMARK_ROOT} env var (#349)
1 parent 5c9634d commit 145ac86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_tipc/README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ export CUDA_VISIBLE_DEVICES=0
3434
```
3535
*在解析工具下载好之后,运行脚本
3636
```
37-
cd ./test_tipc/
37+
mkdir jx
38+
cd jx/
3839
wget https://paddle-qa.bj.bcebos.com/benchmark/tools.tar.gz
3940
tar -zxvf tools.tar.gz
4041
export BENCHMARK_ROOT=$PWD/tools

test_tipc/benchmark_train.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export PDSC_DIR=$(cd "$( dirname ${BASH_SOURCE[0]})"; cd ..; pwd)
1717
export TEST_DIR="${PDSC_DIR}"
1818
export TIPC_TEST="ON" # open tipc log in solver.py
1919
export PYTHONPATH=${PDSC_DIR}
20-
BENCHMARK_ROOT="${TEST_DIR}/test_tipc/tools"
2120
source ${TEST_DIR}/test_tipc/common_func.sh
2221

2322
function func_parser_params(){

0 commit comments

Comments
 (0)