Earlier quoted context omitted.
Well, looking at Triton Inference Server + OpenVINO backend [1]...uff... as you said: "significant amount of development effort". Not easy to handle when you do it first time. Is ONMX runtime + OpenVINO [2] a good idea ? Seems easier to install and to use: Pre-built Docker image and Python package... Not sure about performance (the hardware-related performance improvements - they are in OpenVINO anyway, right?). [1]…
Hah, it actually gets worse. What I was describing was the Triton ONNX backend with the OpenVINO execution accelerator[0] (not the OpenVINO backend itself). Clear as mud, right? Your issue here is model performance with the additional challenge of offering it over a network socket across multiple requests and doing so in a performant manner. Triton does things like dynamic batching[1] where throughput is increased si…
@kkielhofner thanks a lot! now I realize it. I see, there is even GRPC support in Triton, so it make sense.