Skip to content

Commit 9fc3e19

Browse files
authored
remove proxy (#451)
1 parent 15fff50 commit 9fc3e19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test_tipc/prepare.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ model_name=$(func_parser_value "${lines[1]}")
2929
trainer_list=$(func_parser_value "${lines[14]}")
3030

3131
if [ ${MODE} = "benchmark_train" ];then
32-
export https_proxy=${HTTP_PRO} && export http_proxy=${HTTPS_PRO}
3332
pip install -r requirements.txt
3433
pip install -e .
3534
pip install opencv-python==4.6.0.66
3635
MODE="lite_train_lite_infer"
37-
unset https_proxy && unset http_proxy
3836
fi
3937

4038
mkdir -p /data/Dataset

0 commit comments

Comments
 (0)