diff --git a/dnn/autogen.sh b/dnn/autogen.sh index 8ae205c6..a82d6719 100755 --- a/dnn/autogen.sh +++ b/dnn/autogen.sh @@ -6,7 +6,7 @@ srcdir=`dirname $0` test -n "$srcdir" && cd "$srcdir" #SHA1 of the first commit compatible with the current model -commit=859bfae +commit=2ddc476 ./download_model.sh $commit echo "Updating build configuration files for lpcnet, please wait...."