Registry / ai-ml / tensorrt-cu13-libs

tensorrt-cu13-libs

JSON →
library11.1.0.106pypypiunverified

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-libs
INSTALL
IMPORT
SIG · TENSORRT-CU13-LIBS
T
tensorrt-cu13-libs
ai-mlpythonv11.1.0.106
Install
57.0s avg
Import
Disk
4403MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v11.1.0.106 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
installs and imports cleanly · install 57.0s · import 0.000s · 4403.2MB
4403MB installed
● package 4403MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tensorrt
import tensorrt as trt
import tensorrt_libs
The package is named tensorrt-cu13-libs but the import is still just 'tensorrt'.

Initialize and print TensorRT library version.

import tensorrt as trt tr = trt.init_libnvinfer() print(trt.getVersionString())
Debug
Known issues
breakingCUDA 13 only: tensorrt-cu13-libs is built for CUDA 13.x. Installing on a system with older CUDA will cause runtime errors.
fix
Use tensorrt-cu12-libs (or older) for CUDA 12.x systems.
affects: >=10.16
gotchaThis package only contains the native libraries (libnvinfer.so, etc.). You also need tensorrt-cu13-bindings (or the full tensorrt package) to use the Python API.
fix
If you need the Python API, install 'tensorrt-cu13-bindings' or 'tensorrt'.
affects: all
deprecatedTensorRT 10.16 drops support for Python < 3.10 and Ubuntu 20.04.
fix
Upgrade to Python 3.10+ and use Ubuntu 22.04 or newer.
affects: >=10.16
Upgrade
Version history
11.1.0.106latest on PyPI · released Jun 16, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
tensorrt-cu13-libs — pip install tensorrt-cu13-libs · libregistry