Ulrich Germann
Ulrich Germann
@emjotde where are they in the code?
@emjotde: Thanks, that's very useful!
@frmzme: We're building a Marian REST server for a couple of EU projects that we are involved in. The best documentation on that is here: https://github.com/ugermann/marian-docker/. The REST server is...
``` git blame cmake/FindMKL.cmake ``` look for --start-group
It's a mess. Apparently Intel does not support cmake, so you have to go to a web site and select your OS, compiler, Intel MKL version etc. from dropdown lists...
We could try using this instead: https://github.com/pytorch/pytorch/blob/master/cmake/Modules/FindMKL.cmake
That's exactly why I'd prefer to stay out of this ...
> I am also extending marian-server right now to understand JSON queries and send back JSON n-best lists etc. This should become a lot more useful soon. Please coordinate this...
For Ubuntu, this is how I'm doing it for a build environment in a Docker container (https://github.com/ugermann/marian-docker/blob/master/build-environment/Dockerfile) ``` COPY GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB . # from: https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB RUN apt-get update \ && apt-get...
Sounds good to me.