--- id: tensorrt-cu13-bindings version: "11.2.1.2" license: Proprietary license_treatment: unclear maintenance: active --- # tensorrt-cu13-bindings — A high performance deep learning inference library License: unclear · Maintenance: active · Downloads: 216.2K/mo ## What it is and what it does tensorrt-cu13-bindings is a low-level Python wrapper around NVIDIA's TensorRT 11.2.1.2 inference engine, compiled specifically for CUDA 13. It exposes TensorRT's C++ API to Python, allowing developers to build, optimize, and deploy deep learning models for high-performance inference on NVIDIA GPUs. The package is a binary distribution with no runtime dependencies listed, meaning it bundles the necessary compiled libraries. This is a specialized package for developers who need direct access to TensorRT's inference capabilities. It supports modern Python versions (3.8 through 3.14) across Linux x86_64, Linux aarch64, and Windows x86_64 platforms. The package is actively maintained and part of NVIDIA's broader TensorRT ecosystem, which includes support for importing models from ONNX, PyTorch, and other frameworks. Use it for: - Optimize and deploy pre-trained deep learning models for production inference on NVIDIA GPUs. - Build custom inference engines using TensorRT's network definition API for latency-critical applications. - Accelerate LLM, vision, NLP, and audio model inference workflows on NVIDIA hardware. - Integrate GPU-accelerated inference into Python applications without external C++ dependencies. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Python bindings for NVIDIA TensorRT 11.2.1.2 compiled for CUDA 13, enabling deep learning inference acceleration on compatible GPUs. Yes, if you need TensorRT inference on CUDA 13 and your deployment platform matches the supported architectures (Linux x86_64/aarch64 or Windows x86_64). Verify the proprietary license terms for your use case first. The package is actively maintained, has no known vulnerabilities, and is part of a mature NVIDIA ecosystem. If you are unsure whether to use this or the main tensorrt package, check NVIDIA's documentation on package variants. ## Install pip install tensorrt-cu13-bindings uv add tensorrt-cu13-bindings poetry add tensorrt-cu13-bindings ## Installing tensorrt-cu13-bindings Before you install: Medium install friction due to platform-specific wheel distribution (x86_64 Linux, aarch64 Linux, Windows only) and CUDA 13 runtime dependency. Package is actively maintained with recent releases and no known vulnerabilities. License in practice: Licensed under a proprietary license with unclear treatment. Verify licensing terms with NVIDIA before using in commercial or redistributed projects. Quickstart: pip install tensorrt-cu13-bindings import tensorrt as trt logger = trt.Logger(trt.Logger.WARNING) Requires CUDA 13 runtime and compatible NVIDIA GPU; only available for Python 3.8–3.14 on Linux x86_64, Linux aarch64, or Windows x86_64. Verify before relying: - Whether this package is the correct entry point or if the main tensorrt package should be preferred instead. - Exact scope of proprietary license restrictions and whether it permits commercial use. - Whether CUDA 13 is required or if other CUDA versions are supported via separate packages. ## Package facts - License: Proprietary (unclear) - Python support: unspecified - Install friction: medium - Maintenance: active - Downloads: 216.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tensorrt cuda 13 python bindings, nvidia inference acceleration library, deep learning model optimization, gpu inference engine, tensorrt python wrapper, cuda-accelerated inference, neural network deployment, gpu-inference, cuda-accelerated, model-optimization [View on SkillFed](https://skillfed.io/packages/tensorrt-cu13-bindings) · [View on PyPI](https://pypi.org/project/tensorrt-cu13-bindings/)