Skip to content

Commit

Permalink
[Benchmark] Fix run logic (#452)
Browse files Browse the repository at this point in the history
* remove proxy

* fix run logic bug
  • Loading branch information
mengmingooo authored Feb 27, 2024
1 parent 9fc3e19 commit 1d846ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test_tipc/benchmark_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ else
device_num_list=($device_num)
fi

# clear share memory
rm -rf /dev/shm/*

IFS="|"
for batch_size in ${batch_size_list[*]}; do
for precision in ${fp_items_list[*]}; do
Expand Down Expand Up @@ -264,7 +261,3 @@ for batch_size in ${batch_size_list[*]}; do
done
done
done

# clear share memory
rm -rf /dev/shm/*
ps -ef | grep python | awk '{ print $2 }' | xargs kill -9

0 comments on commit 1d846ee

Please sign in to comment.