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

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4004278..25831f6 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ models:
mkdir -p $@
cd $@ && bash ./download-wmt16.sh
cd $@ && bash ./download-wmt17.sh
+ cd $@ && bash ./download-char-s2s.sh
data:
mkdir -p $@