NVIDIA TensorRT is a high-performance deep learning inference optimizer and runtime. This package provides the TensorRT libraries for CUDA 13.x. Version 10.16.1.11 is the latest, with major releases every few months. Note that this is the libraries-only package (not the full Python bindings).
pip install tensorrt-cu13-libsVerified import paths — ran on the pinned version, not inferred.
Initialize and print TensorRT library version.
Use tensorrt-cu12-libs (or older) for CUDA 12.x systems.
If you need the Python API, install 'tensorrt-cu13-bindings' or 'tensorrt'.
Upgrade to Python 3.10+ and use Ubuntu 22.04 or newer.
No dependency data recorded yet.