CUDA and CUDNN installation question

Hello,

I want to use paddleOCR in my project. From the environment setup, they have specific requirement for both cuda and cudnn version

  • CUDA toolkit 11.2 with cuDNN v8.2.1(for PaddleTensorRT deployment, TensorRT8.2.4.2)
  • CUDA toolkit 11.6 with cuDNN v8.4.0(for PaddleTensorRT deployment, TensorRT8.4.0.6)
  • CUDA toolkit 11.7 with cuDNN v8.4.1(for PaddleTensorRT deployment, TensorRT8.4.2.4)
  • CUDA toolkit 11.8 with cuDNN v8.6.0(for PaddleTensorRT deployment, TensorRT8.5.1.7)
  • CUDA toolkit 12.0 with cuDNN v8.9.1(for multi card support, NCCL2.7 or higher;for PaddleTensorRT deployment, TensorRT8.6.1.6)

But none of the packages in my anaconda list satisfy that requirement, what should I do?
Any help would be greatly appreciate!
Screenshot 2024-03-22 091509

Hi @wymao54 ,
Below link should help you.
https://anaconda.org/nvidia/cudnn/files
Thanks

@wymao54 , hey man did you manage to find a way to install all of them.

Hello, as AskankshaS mentioned you should try to list packages from other channels as well like nvidia channel. You can use -c flag to set channels for both search and install in anaconda or mamba.

Daniel González
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com
Website: www.ridgerun.com