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 \