may main question is, Could i install and run deepstream 5 with cuda 11??
because I’ve a model that failed to convert into engine with tensorRT7, but success with tensorRT7.2
and while deploying that model with deepstream it gives me an error because the model made with tensorRT7.2 and deepstream docker use tensorRT7.0.0
if you have any work around this situation I’d be grateful
• Hardware Platform GPU • DeepStream Version • TensorRT Version 7.2.0
Deepstream 5.0 is based on cuda 10.2, you can’t use cuda 11 for 5.0, TensorRT 7.2 compatible cuda version is 11.0, so you may wait for a newer deepstream release which support cuda 11.0
Your engine built by TensorrRT version must be same as the TensorRT version while you run it. it will do some check. if not equal, it will report error.