NVIDIA/TensorRT
NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT. observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 36
- age_days: 2680
- days_rel: 29
- days_push: 8
- n_releases_24m: 18
Adoption not part of the score
13293 stars · 2396 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NVIDIA TensorRT is an SDK for high-performance deep learning inference on NVIDIA GPUs, comprising an inference compiler that converts trained models (ONNX, PyTorch, TensorFlow) into optimized GPU engines and a runtime for executing them. This repository contains the open-source components, including plugins, an ONNX parser, and sample applications.
Use cases
- deploy trained deep learning models on NVIDIA GPUs with low latency
- convert ONNX models to optimized TensorRT inference engines
- quantize models to FP8/INT8/INT4 for faster inference
- run LLM inference with transformer-specific optimizations
- benchmark inference performance with trtexec
- write custom layers and plugins for unsupported ops
When to choose
- you need maximum inference throughput or minimum latency on NVIDIA GPUs
- you are deploying models to production in data centers or edge devices
- you want quantization (FP8/FP4/INT8/INT4) to reduce memory and speed up inference
- you need a mature, vendor-supported inference stack with C++ and Python APIs
When to avoid
- you are targeting non-NVIDIA hardware (CPUs, AMD/Intel GPUs, Apple Silicon)
- you only need training rather than inference
- you want a simple portable runtime without GPU-specific engine compilation
- your models change frequently and recompiling engines per GPU is too costly
Facets
library · maturity stable
machine-learning llm-inference compiler gpu-computing sdk parser deep-learning machine-learning gpu-computing artificial-intelligence large-language-models windows cpp python cross-platform inference-optimization onnx quantization model-deployment nvidia-cuda trtexec engine-builder linux gpu
8 sources
- readme: https://github.com/NVIDIA/TensorRT · fetched 2026-08-28 · 983ff90f14a2
- homepage: https://developer.nvidia.com/tensorrt · fetched 2026-08-29 · f964e64e2727
- site_page: https://docs.nvidia.com/deeplearning/tensorrt · fetched 2026-08-29 · 429832b9bac4
- site_page: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/index.html · fetched 2026-08-29 · 40e6655bdc6e
- site_page: https://developer.nvidia.com/tensorrt-getting-started · fetched 2026-08-29 · 6856989f516c
- site_page: https://docs.nvidia.com/deeplearning/tensorrt/latest/getting-started/quick-start-guide.html · fetched 2026-08-29 · 02488d10fa3f
- site_page: https://docs.omniverse.nvidia.com/extensions/latest/ext_product-configurator.html · fetched 2026-08-29 · 206706f14512
- site_page: https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/installing-tensorrt-rtx/installing.html · fetched 2026-08-29 · 72fd66bbefea
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/TensorRT | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem