tensorrt-cu12-libs
TensorRT Libraries
What it is and what it does
tensorrt-cu12-libs is a binary distribution of NVIDIA TensorRT's core libraries compiled for CUDA 12 environments. It provides the runtime components needed to load, optimize, and execute deep learning models on NVIDIA GPUs with low latency and high throughput. The package is part of TensorRT 11.X, which introduced breaking changes from the 10.X series, including removal of weakly-typed networks, implicit quantization, and IPluginV2 APIs in favor of their strongly-typed and explicit counterparts.
This is a library package intended for deployment environments where model inference is the primary goal. It does not include model training capabilities or the full TensorRT build toolchain. Installation requires pre-existing CUDA 12 support on the system and is most commonly used in conjunction with model conversion tools (ONNX, Torch-TensorRT, or the Network Definition API) to prepare models for inference. The high install friction reflects the size and specificity of the binary payload.
Use it for:
- Deploy pre-optimized deep learning models for inference on NVIDIA GPUs in production environments
- Accelerate inference latency for computer vision, NLP, and audio models on CUDA 12 systems
- Build inference servers or microservices that require low-latency model execution
- Optimize model throughput for batch inference workloads on NVIDIA data center GPUs
- Integrate GPU-accelerated inference into Python applications targeting CUDA 12 infrastructure
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides NVIDIA TensorRT libraries for CUDA 12 environments, enabling optimized deep learning model inference on NVIDIA GPUs.
Yes, if you need GPU-accelerated inference on CUDA 12 systems and accept the proprietary license terms. The package is actively maintained, has no known vulnerabilities, and is widely used (top 15000 PyPI packages). Install friction is high due to binary size, but that is inherent to the use case. Verify CUDA 12 compatibility and licensing requirements before production deployment.
Install
tensorrt-cu12-libs on PyPI
pip
pip install tensorrt-cu12-libsuv
uv add tensorrt-cu12-libspoetry
poetry add tensorrt-cu12-libsInstalling tensorrt-cu12-libs
Before you install
High install friction due to large binary dependencies (tensorrt_cu12_libs-11.2.1.2.tar.gz). Active maintenance with recent releases; repository shows strong community engagement (13250 stars) and current development activity (last commit 2026-08-04).
License in practice
Licensed as Proprietary with unclear treatment. Users should verify licensing terms with NVIDIA before deploying in production or commercial contexts, as proprietary restrictions may apply.
Quickstart
pip install tensorrt-cu12-libs
import tensorrt as trt
logger = trt.Logger(trt.Logger.WARNING)
builder = trt.Builder(logger)
Requires CUDA 12.x runtime and compatible NVIDIA GPU drivers; Python >= 3.10 and <= 3.14.x; TensorRT GA build v11.2.1.2 may need to be downloaded separately depending on installation method.
Verify before relying
- Whether this package includes the full TensorRT runtime or only CUDA 12 library bindings
- Exact Python version support (description mentions 3.10–3.14.x but package metadata does not specify)
- Whether CUDA 12.9 or 13.3 is required or if other 12.x versions are supported
- Licensing restrictions for commercial or proprietary use beyond the 'unclear' classification
Package facts
| License | Proprietary (unclear) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 194,262/month — #9,841 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tensorrt_cu12_libs-11.2.1.2.tar.gz
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-libsProvides NVIDIA TensorRT libraries for…
unclear · top 15,000 on PyPI
tensorrtTensorRT compiles and optimizes deep learning…
unclear · top 15,000 on PyPI
tensorrt-cu12-bindingsProvides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
tensorrt-cu13Provides Python bindings for NVIDIA TensorRT, a…
unclear · top 15,000 on PyPI
tensorrt-cu13-bindingsProvides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
sit4onnxRuns inference tests on ONNX models using…
permissive · top 15,000 on PyPI
nvidia-cublas-cu11Provides NVIDIA CUBLAS native runtime libraries…
unclear · top 5,000 on PyPI
transformer-engine-cu12Accelerates Transformer model training and…
unclear · top 15,000 on PyPI
transformer-engineTransformer Engine accelerates Transformer…
unclear · top 15,000 on PyPI