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

example.config « cruise-control - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 257a642534b77f1c3da23bc6d39fd6a699824caa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# the tmp directory
MCC_TEMPDIR="/disk4/cruise-control/cruise-control/tmp/"

# where logs are saved
MCC_LOGDIR="/disk4/cruise-control/cruise-control/"

# repository that will be checked out
MCC_GITREPO="https://github.com/moses-smt/mosesdecoder.git"

# arguments passed to Moses configure
MCC_CONFIGURE_ARGS=" --with-srilm=/disk4/cruise-control/srilm --with-irstlm=/disk4/cruise-control/irstlm --with-dalm=/disk4/cruise-control/DALM --with-cmph=/disk4/cruise-control/cmph-2.0 --with-boost=/disk4/cruise-control/boost_1_55_0 --with-xmlrpc-c=/disk4/cruise-control/xmlrpc-c -j8 "

# list of branches to be checked
MCC_SCAN_BRANCHES="origin/master"

# run full training/eval pipeline using EMS?
MCC_RUN_EMS="yes"