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>2019-01-25 16:01:09 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2019-01-25 16:01:09 +0300
commit5fafdf1eefd14d08e61ce9917d050c4c119ae48f (patch)
tree49a70b08374468f8e95d1a24fb9d9fa4090f2cf9
parent14d1cd1169e3b2ade4894ac6013ec63deca1c35d (diff)
marian-server is not mandatory
-rwxr-xr-xrun_mrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_mrt.sh b/run_mrt.sh
index 0db7268..7c9110f 100755
--- a/run_mrt.sh
+++ b/run_mrt.sh
@@ -39,7 +39,7 @@ fi
log "Using Marian: $MRT_MARIAN"
# Check if required tools are present in marian directory
-for cmd in marian marian-decoder marian-scorer marian-server marian-vocab; do
+for cmd in marian marian-decoder marian-scorer marian-vocab; do
if [ ! -e $MRT_MARIAN/$cmd ]; then
echo "Error: '$cmd' is not installed in '$MRT_MARIAN', you need to compile the toolkit first"
exit 1