Discover and explore top open-source AI tools and projects—updated daily.
NVIDIASDK for accelerated deep learning inference on NVIDIA GPUs
Top 4.0% on SourcePulse
NVIDIA TensorRT is an SDK designed for high-performance deep learning inference on NVIDIA GPUs, providing optimized runtimes and tools. This repository hosts the open-source components of TensorRT, including plugins and parsers, enabling developers to accelerate AI inference workflows. The latest release, TensorRT 11.0, focuses on API streamlining and introduces significant changes, such as the removal of legacy features and the adoption of strongly typed networks and explicit quantization.
How It Works
TensorRT optimizes deep learning models for inference by applying techniques like layer and tensor fusion, kernel auto-tuning, and dynamic precision calibration. The open-source components facilitate model ingestion via parsers (e.g., ONNX) and allow for custom operations through a plugin system. This approach targets NVIDIA hardware to maximize throughput and minimize latency for deployed AI models.
Quick Start & Requirements
pip install tensorrtHighlighted Details
Maintenance & Community
The project provides a Contribution Guide and Coding Guidelines for code contributions. Updates are detailed in the Changelog. Community engagement is encouraged via TensorRT and Triton community channels. Enterprise support is available through NVIDIA AI Enterprise.
Licensing & Compatibility
The README does not explicitly state the license type for the open-source components. Compatibility for commercial use or closed-source linking would require clarification on the licensing terms.
Limitations & Caveats
TensorRT 11.0 removes support for weakly-typed networks, implicit quantization, and IPluginV2 APIs, requiring migration to newer paradigms. Python bindings for versions older than 3.9 have been removed, and RPM packages now depend on Python 3.12. The TREX tool has been replaced by Nsight Deep Learning Designer.
1 week ago
Inactive
facebookresearch
pykeio
openvinotoolkit