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 'run_mrt.sh')
-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