I want to install TensorRT 8.0 without using jetpack

Hi!
I am using jetson nano and want to use TensorRT 8.0 without jetpack.

I couldn’t find a file for my environment at https://developer.nvidia.com/nvidia-tensorrt-8x-download
(there is only x86_64)

However, jetpack 4.6 is using tensorrt8.0 in same environment as me…

*my environment is

  • ubuntu 18.04
  • cuda 10.2

Hi,

You can try our OTA feature:
https://docs.nvidia.com/jetson/l4t/Tegra%20Linux%20Driver%20Package%20Development%20Guide/updating_jetson_and_host.html

First, please upgrade your device to r32.6.1.
Then you can install TensorRT v8.0 with the following command:

$ sudo apt update
$ sudo apt install nvidia-tensorrt

Thanks.

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