Description
Hi team,
When i install TensorRT via pip (nvidia-tensorrt==8.4.0.6), pip installed some additional nvidia packages like below:
nvidia-cublas-cu11==2022.4.8
nvidia-cublas-cu117==11.10.1.25
nvidia-cuda-runtime-cu11==2022.4.25
nvidia-cuda-runtime-cu117==11.7.60
nvidia-cudnn-cu11==2022.5.19
nvidia-cudnn-cu116==8.4.0.27
i’m just wondering if there is any documentations about them. E.g. what are each of the package? why they are needed? do i need to worry about compatibility between these versions and my GPU or CUDA?
btw, i was following the instructions in here to install TensorRT. it’d be nice if you could add the above information to the same page.