[Feature Request] Is there any way to use OpenVINO EP and TensorRT EP in the same environment? #18790
Labels
ep:OpenVINO
issues related to OpenVINO execution provider
ep:TensorRT
issues related to TensorRT execution provider
feature request
request for unsupported feature or enhancement
Describe the feature request
I'm using python, I know if I want to use TensorRT EP, I have to use onnxruntime-gpu. If I want to use OPENVINO I have to use onnxruntime-openvino. But These cannot be installed in the same docker container. They overlap each other. I want to use both while don't want to build from source.
Describe scenario use case
We use both CPU and GPU for inference of a model. And we want to use a single docker image.
The text was updated successfully, but these errors were encountered: