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

setup.sh « server « tests - github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31a563c57c8f309bba19a61754979d92159d0e20 (plain)
1
2
3
4
# Check if marian-server is compiled
test -f $MRT_MARIAN/marian-server || exit $EXIT_CODE_SKIP
test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
python3 -c "import websocket"