Merge pull request #1583 from mmglove/develop

fix benchmark model_repo
pull/1590/head
Jackwaterveg 3 years ago committed by GitHub
commit e483fa59a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ function get_repo_name(){
cur_dir=$(pwd)
IFS="/"
arr=(${cur_dir})
echo ${arr[-1]}
echo ${arr[-2]}
}
FILENAME=$1

Loading…
Cancel
Save