Installed TRT version is not matched with downloaded TRT version?

My device is Jetson. I want to install TRT in docker container.
I downloaded TRT8.2.3 and install with deb package, but when I installed it, I run /usr/src/tensorrt/bin/trtexec it was 8.2.0.3


Screenshot from 2023-08-22 11-59-43

But when I check TRT Python API, it was 8.2.3.0. Is this mistake in /usr/src/tensorrt/bin/trtexec? (8.2.3.0 and 8.2.0.3)

I need TRT8.2.3.0 in /usr/src/tensorrt/bin/trtexec. What should I do?

When installing I followd the guide Installation Guide :: NVIDIA Deep Learning TensorRT Documentation , but in the step 4 there is only Release.gpg and I run dpkg -i *deb, because when I run apt update && apt install tensorrt, it install TRT8.6.

I refer this link TensorRT Container Release Notes and download PC container. This container container TRT8.2.3.0.

After checking I suprised that Python TRT version is 8.2.3.0 and TRT version in /usr/src/tensorrt/bin/trtexec is 8.2.0.3.

This is image on PC.

Please check this for me in both PC and Jetson. Thanks.

Hi ,
We recommend you to check the supported features from the below link.

You can refer below link for all the supported operators list.
For unsupported operators, you need to create a custom plugin to support the operation

Thanks!

@junshengy
Could you help me explain the missmatche problem of TRT version? Thanks.

Hi,

We recommend that you use the latest version.
Also, please check “TensorRT version” in trtexec logs.

Thank you.

@spolisetty

Also, please check “TensorRT version” in trtexec logs.

Yeah, when I checked “TensorRT version” so it is correct. It makes me confused.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.