From 618e57fa6bc4fd1415c8f9d14398a147c0a5e526 Mon Sep 17 00:00:00 2001 From: wql Date: Thu, 19 Sep 2024 15:33:20 +0800 Subject: [PATCH] fix: fix bug --- batch_run.sh | 2 +- run_once.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/batch_run.sh b/batch_run.sh index b49ed766..304a7073 100644 --- a/batch_run.sh +++ b/batch_run.sh @@ -4,7 +4,7 @@ repeat_cnt=$1 -export ASCEND_RT_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 +source /usr/local/Ascend/ascend-toolkit/set_env.sh for ((i=0; i