#23 · Primary category: Inference & Local Deploy

TensorRT

deep-learning gpu-acceleration inference 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.

Project last updated:08/25/26

GitHub Stars

13.3K

Forks

2.4K

Contributors

90

License

Apache-2.0

Why we included this project

TensorRT is the engine most production teams reach for when a trained model has to run fast on NVIDIA GPUs, and its job is narrow: take the model, compile it into an optimized engine, and let the GPU do the rest. The open-source portion of this repo matters if you deploy on your own hardware or in containers, because it ships the plugins, ONNX parser, and sample applications you need to build and benchmark custom engines instead of relying only on the closed distribution. Models can come in through ONNX, Torch-TensorRT, HuggingFace/Optimum, or the network definition API, and the supported list covers LLMs, vision, audio, diffusion, and multimodal work, so it is a serious option when latency is tight and you control the serving stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category