#20 · Primary category: Inference & Local Deploy
TensorRT-LLM
Optimize and deploy large language models with state-of-the-art inference performance on NVIDIA GPUs.
Project last updated:08/29/26
GitHub Stars
14.5K
Forks
2.7K
Contributors
466
License
Other
Why we included this project
If you are serving large language models on NVIDIA GPUs and care about throughput and latency, this is one of the strongest inference backends around. You define the model in Python and it compiles down to kernels tuned for specific GPU generations, which is why it powers a lot of real production serving rather than just research demos. The bundled Python and C++ runtimes handle the actual orchestration, so you can go from a checkpoint to a running, batched service without wiring up a separate serving layer. Multi-GPU and multi-node support is built in, which matters for frontier-sized models or heavy request loads. For anyone picking an inference engine for a serious GPU deployment, this deserves a spot on the benchmark list.
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.