fix benchmark model_repo
@ -61,7 +61,7 @@ function get_repo_name(){
cur_dir=$(pwd)
IFS="/"
arr=(${cur_dir})
echo ${arr[-1]}
echo ${arr[-2]}
}
FILENAME=$1
@ -250,4 +250,4 @@ for batch_size in ${batch_size_list[*]}; do
fi
done