From 5261614dfd2f4098c32911f4aa7e7759afd13abb Mon Sep 17 00:00:00 2001 From: Kirandevraj Date: Sun, 24 Mar 2024 01:51:46 +0530 Subject: [PATCH] model url update in example script (#470) --- examples/run-native.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/run-native.sh b/examples/run-native.sh index b02968a23..84e1302f0 100644 --- a/examples/run-native.sh +++ b/examples/run-native.sh @@ -3,8 +3,8 @@ # Obtain an example model from the web. mkdir -p models wget --quiet --continue --directory models/ \ - http://data.statmt.org/bergamot/models/deen/ende.student.tiny11.tar.gz -(cd models && tar -xzf ende.student.tiny11.tar.gz) + https://data.statmt.org/bergamot/models/deen/ende.student.tiny11.v2.93821e13b3c511b5.tar.gz +(cd models && tar -xzf ende.student.tiny11.v2.93821e13b3c511b5.tar.gz) # Patch the config-files generated from marian for use in bergamot. python3 bergamot-translator-tests/tools/patch-marian-for-bergamot.py \