Downgrade the TensorRT Version

I have tensorRT version 7.0.0.1 installed in my System. How to downgrade to TensorRT version 6.x?
CUDA version: 10.2. Diver version: 440

Thank you

Hi @darshancganji12,
You can choose the standard guidelines to have multiple installations on your system.
Just make sure you have LD_LIBRARY_PATH and PATH set to point to the correct installation, and have the compatible Cuda and CuDNN versions.

Thanks!