Skip to content

Commit

Permalink
model url update in example script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirandevraj committed Mar 23, 2024
1 parent 983331b commit 5eb1e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/run-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5eb1e40

Please sign in to comment.