marian-nmt / marian

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

which Python framework suit for server(NMT-Server) #394

Open xyx361100238 opened 2 years ago

xyx361100238 commented 2 years ago

I was train MT model use marian, and convert to pytorch,it works well; now I want to start server in python, anyboby please tell me which frame in python suitable for a server:Asynchronous & concurrent & distributed thanks!