Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Buethe <jbuethe@amazon.de>2024-01-22 17:23:09 +0300
committerJan Buethe <jbuethe@amazon.de>2024-01-22 17:23:09 +0300
commit3499d0aac76d20ba14918cafb8020278154bf2e6 (patch)
tree5a12100ec80cfd85a4540722954c87e35bad564c
parentec04a94eb2000e86b90c186ff56d518c260f2d60 (diff)
switched to smaller NoLACE model
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 16ee9d93..6b38df4a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
-dnn/download_model.sh e699263
+dnn/download_model.sh ec04a94
echo "Updating build configuration files, please wait...."