jina-ai / jina

☁️ Build multimodal AI applications with cloud-native stack
https://docs.jina.ai
Apache License 2.0
21.03k stars 2.22k forks source link

[Question] How does this compare to Triton Inference Server ? #5046

Closed MatthieuToulemont closed 2 years ago

MatthieuToulemont commented 2 years ago

Just a random thought, how does this compare to other serving frameworks like Triton Inference Server, Torch Serve ... ?

Thanks for this great project :)

JoanFM commented 2 years ago

Hello @MatthieuTPHR,

This is an interesting question.

Jina has some similarities with these projects as it can also be used to serve any Machine Learning models, but the main difference of Jina is the abstractions and flexibility on which it is built.

For instance:

These Executors could be dedicated to serve Machine Learning models but they could serve many different purposes. Other frameworks are simply specialized in ML models and you normally need to adapt to them.

I hope this clarifies a little your question.

Thanks for asking and looking forward for the feedback.