tensorrt-cu13-libs
TensorRT Libraries
What it is and what it does
tensorrt-cu13-libs is NVIDIA's inference optimization and execution engine for deep learning models on CUDA-capable GPUs. It provides compiled libraries and Python bindings to convert trained neural networks (from ONNX, PyTorch, TensorFlow, or direct API definition) into optimized TensorRT engines that execute with lower latency and higher throughput than native frameworks.
Version 11.X represents a major API redesign that removes legacy features: weakly-typed networks are replaced by strongly-typed networks, implicit quantization by explicit quantization, IPluginV2 by IPluginV3, and Python support now requires Python 3.10 or newer. The package is intended for developers building production inference services, embedded AI applications, and real-time inference pipelines where GPU acceleration and model optimization are critical.
Use it for:
- Optimize and deploy large language models (LLMs) for low-latency inference on NVIDIA GPUs in production.
- Convert ONNX or PyTorch models to TensorRT engines with quantization for edge deployment and reduced memory footprint.
- Build real-time computer vision inference pipelines using optimized TensorRT engines from vision model checkpoints.
- Benchmark and profile deep learning models to measure inference performance and identify optimization opportunities.
- Integrate GPU-accelerated inference into microservices or Triton Inference Server deployments for scalable model serving.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides NVIDIA TensorRT libraries for GPU-accelerated deep learning inference, packaged for CUDA 13 environments.
Yes, with conditions. Install if you need GPU-accelerated inference on CUDA 13 systems and can meet the system prerequisites (CUDA toolkit, Python 3.10+, compatible GPU). High install friction and proprietary licensing are trade-offs for significant inference performance gains. Not suitable if you lack CUDA infrastructure, require Python 3.9 support, or need open-source licensing.
Install
tensorrt-cu13-libs on PyPI
pip
pip install tensorrt-cu13-libsuv
uv add tensorrt-cu13-libspoetry
poetry add tensorrt-cu13-libsInstalling tensorrt-cu13-libs
Before you install
High install friction due to large compiled binary dependencies (tensorrt_cu13_libs-11.2.1.2.tar.gz). Package is actively maintained with recent releases, but installation requires CUDA 13 and system-level prerequisites.
License in practice
Licensed under a proprietary license with unclear treatment. Users should review NVIDIA's licensing terms before deployment, particularly for commercial or production use cases.
Quickstart
pip install tensorrt-cu13-libs
import tensorrt as trt
logger = trt.Logger(trt.Logger.WARNING)
builder = trt.Builder(logger)
Requires CUDA 13.3 or 12.9 and compatible NVIDIA GPU drivers; Python 3.10 or newer (3.9 and older no longer supported as of version 11.X).
Verify before relying
- Whether this package is the prebuilt Python distribution or the OSS build components—the description mentions both but it is unclear which this PyPI entry represents.
- Specific NVIDIA GPU compute capability requirements and whether all NVIDIA GPUs are supported.
- Whether cuDNN is required at runtime or only for building from source.
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 | 134,615/month — #11,469 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tensorrt_cu13_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-cu13Provides Python bindings for NVIDIA TensorRT, a…
unclear · top 15,000 on PyPI
tensorrt-cu12-libsProvides NVIDIA TensorRT libraries for CUDA 12…
unclear · top 15,000 on PyPI
tensorrtTensorRT compiles and optimizes deep learning…
unclear · top 15,000 on PyPI
tensorrt-cu13-bindingsProvides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
tensorrt-cu12-bindingsProvides Python bindings for NVIDIA TensorRT…
unclear · top 15,000 on PyPI
nvidia-cudnn-cu13Provides cuDNN runtime libraries for…
unclear · top 1,000 on PyPI
inference-modelsLoads and runs computer vision models from…
unclear · top 15,000 on PyPI
torchPyTorch provides GPU-accelerated tensor…
permissive · top 1,000 on PyPI
transformer-engine-cu13Accelerates Transformer model training and…
unclear · top 15,000 on PyPI