tensorrt-cu12-bindings
A high performance deep learning inference library
What it is and what it does
tensorrt-cu12-bindings is a Python interface to NVIDIA's TensorRT inference engine, version 11.2.1.2, compiled for CUDA 12. It allows developers to load, optimize, and execute deep learning models on NVIDIA GPUs with minimal latency and maximum throughput. The package provides strongly-typed network APIs and explicit quantization support as part of TensorRT 11.X's redesigned architecture.
The bindings are distributed as platform-specific wheels for modern Python versions on Linux x86_64 and Windows x86_64. Installation is straightforward via pip, but requires CUDA 12 and compatible GPU drivers to be present on the system. There are no Python runtime dependencies; the package is a thin wrapper around compiled TensorRT libraries.
Use it for:
- Optimize and deploy pre-trained deep learning models for low-latency inference on NVIDIA GPUs.
- Build quantized inference engines using explicit quantization APIs to reduce model size and improve throughput.
- Integrate custom CUDA kernels and operations via IPluginV3 plugin API for domain-specific inference acceleration.
- Benchmark and profile inference performance across different batch sizes and precision levels.
- Deploy inference services in production environments where model latency and throughput are critical.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python bindings for NVIDIA TensorRT 11.2.1.2 compiled for CUDA 12, enabling deep learning inference acceleration on x86_64 Linux and Windows systems.
Yes, if you have CUDA 12 and an NVIDIA GPU and need to deploy deep learning inference at scale. The package is actively maintained, has no known vulnerabilities, and is part of a mature inference platform. Verify licensing terms with NVIDIA for your use case, and confirm that CUDA 12 and compatible drivers are already installed before attempting installation.
Install
tensorrt-cu12-bindings on PyPI
pip
pip install tensorrt-cu12-bindingsuv
uv add tensorrt-cu12-bindingspoetry
poetry add tensorrt-cu12-bindingsInstalling tensorrt-cu12-bindings
Before you install
Medium install friction: platform-specific wheels for Python 3.8–3.14 on Linux (manylinux_2_28) and Windows x86_64 only. No runtime dependencies, but requires CUDA 12 and compatible GPU drivers already present. Active maintenance with recent releases.
License in practice
Licensed as Proprietary with unclear treatment. Users should verify licensing terms with NVIDIA before deploying in production or commercial contexts.
Quickstart
pip install tensorrt-cu12-bindings
import tensorrt as trt
logger = trt.Logger(trt.Logger.WARNING)
builder = trt.Builder(logger)
Requires CUDA 12 runtime and compatible NVIDIA GPU drivers; only available for Python 3.8–3.14 on Linux x86_64 (manylinux_2_28) or Windows x86_64.
Verify before relying
- Whether this package alone is sufficient for inference or if additional TensorRT components must be installed separately.
- Exact CUDA 12 minor version compatibility and minimum driver version required.
- Whether the package includes prebuilt TensorRT libraries or requires a separate TensorRT GA build installation.
- Supported precision levels and quantization capabilities beyond explicit quantization mentioned in the description.
Package facts
| License | Proprietary (unclear) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 297,245/month — #7,887 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tensorrt_cu12_bindings-11.2.1.2-cp310-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp310-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp311-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp311-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp312-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp312-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp313-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp313-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp314-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp314-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp38-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp38-none-win_amd64.whl; tensorrt_cu12_bindings-11.2.1.2-cp39-none-manylinux_2_28_x86_64.whl; tensorrt_cu12_bindings-11.2.1.2-cp39-none-win_amd64.whl
Keywords: nvidia, tensorrt, deeplearning, inference
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
tensorrt-cu12Provides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
tensorrt-cu13-bindingsProvides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
tensorrt-cu12-libsProvides NVIDIA TensorRT libraries for CUDA 12…
unclear · top 15,000 on PyPI
tensorrt-cu13Provides Python bindings for NVIDIA TensorRT, a…
unclear · top 15,000 on PyPI
tensorrt-cu13-libsProvides NVIDIA TensorRT libraries for…
unclear · top 15,000 on PyPI
tensorrtTensorRT compiles and optimizes deep learning…
unclear · top 15,000 on PyPI
dyNET38DyNet38 is a Python binding for DyNet, a C++…
permissive · top 15,000 on PyPI
sit4onnxRuns inference tests on ONNX models using…
permissive · top 15,000 on PyPI
transformer-engine-cu12Accelerates Transformer model training and…
unclear · top 15,000 on PyPI
nvidia-cublas-cu11Provides NVIDIA CUBLAS native runtime libraries…
unclear · top 5,000 on PyPI