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: 56f2042de42f0c9447cd46252c1cc6ef18e83f97 (plain)
1
2
3
test -f $MRT_MARIAN/marian-server || exit 1
test -f $MRT_MODELS/wmt16_systems/en-de/model.npz || exit 1
python3 -c "import websocket"