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:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-01-11 23:32:41 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-01-11 23:32:41 +0300
commit0ca820cac26ffe2a1200e9e48eb177b4a07fd819 (patch)
tree4aec6387f4947f4e902e3365a633857a00ab54d2 /Makefile
parent8efa8b7d2eb1fafc62e73d46d7ed5f1d3f135982 (diff)
Add tests for marian-server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25831f6..9db8ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ USE_CUDNN=ON
.SECONDARY:
-
#####################################################################
install: tools tools/marian models data
@@ -25,6 +24,7 @@ tools:
git -C $@/moses-scripts pull || git clone $(GIT_MOSES_SCRIPTS) $@/moses-scripts
git -C $@/subword-nmt pull || git clone $(GIT_SUBWORD_NMT) $@/subword-nmt
git -C $@/nematus pull || git clone $(GIT_NEMATUS) $@/nematus
+ pip3 install websocket websocket-client
tools/marian:
git -C $@ pull || git clone $(GIT_MARIAN_DEV) -b $(BRANCH) $@