marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.22k stars 228 forks source link

marian-server not in /build #347

Closed q2044757581 closed 3 years ago

q2044757581 commented 3 years ago

why i can't see marian-server in the path /build, but marian/marian-conv/marian-decoder/marian-scorer/marian-vocab are in this path

snukky commented 3 years ago

marian-server is compiled only if COMPILE_SERVER is added to the cmake command, for example cmake .. -DCOMPILE_SERVER=on.

q2044757581 commented 3 years ago

ok, tks