Description
Hi
I have few questions related tensorrt versions…
- Why i am seeing only four versions of tensorrt when i run the beow commands…
commands:-
sudo yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
sudo yum --showduplicate list tensorrt
output;-
tensorrt.x86_64 8.4.1.5-1.cuda10.2 cuda-rhel7-x86_64
tensorrt.x86_64 8.4.1.5-1.cuda11.6 cuda-rhel7-x86_64
tensorrt.x86_64 8.4.2.4-1.cuda10.2 cuda-rhel7-x86_64
tensorrt.x86_64 8.4.2.4-1.cuda11.6 cuda-rhel7-x86_64
-
How do I get access to older tensorrt packages? so that i can install it with the below command.
sudo yum install tensorrt-8.4.1.5-1.cuda11.6.x86_64 -y -
Latest NVIDIA TensorRT container release 22.7 is with TensorRT 8.4.1.
Let us say if I build tensorrt engine on 8.4.1.5 (with the rpm installation shown above).
Can I run inference with the tensorrt engine (version:8.4.1.5) on tensorrt container (release:22.7, tensorrt verison:8.4.1)
is the difference between 8.4.1.5 and 8.4.1 is ok? or it is not allowed?
Environment
TensorRT Version: n/a
GPU Type: n/a
Nvidia Driver Version: n/a
CUDA Version: n/a
CUDNN Version: n/a
Operating System + Version:n/a
Python Version (if applicable): n/a
TensorFlow Version (if applicable):n/a
PyTorch Version (if applicable): n/a
Baremetal or Container (if container which image + tag):n/a
Relevant Files
n/a
Steps To Reproduce
n/a