#23 · Primary category: Inference & Local Deploy
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.