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

README - github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: 35fab8658c3ce7c335fe7555f2f02183e71ade05 (plain)
1
2
3
4
5
6
7
8
9
10
11

mkdir build
cd build
cmake ..
make -j

on Ubuntu 16.04, you need g++4.9 and cuda-7.5 and a boost version compiled with g++4.9

CUDA_BIN_PATH=/usr/local/cuda-7.5 BOOST_ROOT=/home/marcin/myboost cmake .. -DCMAKE_CXX_COMPILER=g++-4.9 -DCUDA_HOST_COMPILER=/usr/bin/g++-4.9

Vocabularies need to be converted to text with the scripts in the scripts folder.