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:
authorJean-Marc Valin <jmvalin@amazon.com>2023-09-16 10:18:53 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-09-16 10:18:53 +0300
commit261f3538300c018f46cd826491db5e0ad180e57d (patch)
treeefdb2d7450b0595210254ae988f30ee2ff2ec579
parentfac227ebbdb741730eac4198b5c51e3293d92d4d (diff)
updated modelexp_rdovae_state2
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 9ebf28f3..b31f74e1 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 155367d
+dnn/download_model.sh fac227e
echo "Updating build configuration files, please wait...."