Currently in the process of creating an automated deployment system that involves TensorRT
I’m able to find the redist files for Linux here : https://developer.download.nvidia.com/compute/redist/nvidia-tensorrt/
However, the redist .zip TensorRT files for Windows doesn’t seem to be available and the only place I can download it is through https://developer.nvidia.com/nvidia-tensorrt-8x-download, which requires a manual process of accepting NVIDIA TensorRT License Agreement terms.
I know that there’s GitHub - NVIDIA/TensorRT: TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators. but it currently doesn’t support building from windows.
Is there a directory available from Nvidia where compiled TensorRT for Windows is available so that it can be easily downloaded through automation?