๐Ÿค–AI RepoIndex
๐Ÿงฉ AI FrameworksOpen SourceFree

TensorRT-LLM

NVIDIA optimized LLM inference โ€” maximum speed on NVIDIA GPUs

4.5/ 5โญ 20,000 GitHub starsPython/C++Apache-2.0

๐Ÿ“‹ Overview

TensorRT-LLM is NVIDIA optimized inference engine for LLMs โ€” providing maximum speed on NVIDIA GPUs through kernel fusion, quantization, and memory optimization. Unlike vLLM (which is GPU-agnostic), TensorRT-LLM is NVIDIA-specific โ€” delivering the best possible performance on A100, H100, and RTX GPUs.

โœจ Key Features

  • โ€ข10K+ GitHub stars โ€” NVIDIA optimized inference
  • โ€ขMaximum speed on NVIDIA GPUs
  • โ€ขKernel fusion and quantization
  • โ€ขTensor parallelism
  • โ€ขIn-flight batching
  • โ€ขApache 2.0 licensed

๐ŸŽฏ The Problem It Solves

LLM inference is slow and expensive. TensorRT-LLM provides maximum speed on NVIDIA GPUs through deep optimization.

๐Ÿ”ง How It Works

TensorRT-LLM compiles LLM models into optimized TensorRT engines โ€” fusing kernels, quantizing weights, and optimizing memory. It supports tensor parallelism, in-flight batching, and multiple quantization schemes. The result is the fastest inference possible on NVIDIA hardware.

๐Ÿš€ Installation & Quick Start

Installation

See website

Quick Start

  1. See documentation

โœ… Pros

  • โ€ขFastest NVIDIA inference
  • โ€ขDeep optimization
  • โ€ขApache 2.0 licensed
  • โ€ขActive community
  • โ€ขComprehensive documentation
  • โ€ขProduction-ready

โŒ Cons

  • โ€ขNVIDIA only
  • โ€ขComplex setup
  • โ€ขCompilation takes time

๐Ÿ’ฌ Practitioner Verdict

โ€œTensorRT-LLM is the fastest LLM inference engine on NVIDIA GPUs โ€” the optimization is genuinely differentiated. The trade-off: NVIDIA-only, complex setup, and compilation takes time. For teams that need maximum inference speed on NVIDIA hardware, TensorRT-LLM is the default.โ€
1

Self-Hosted (Free)

Open source, MIT/Apache licensed. Run it yourself.

โญ Star & Clone on GitHub

Free forever. Your infrastructure, your data.

3

Deployment Options

Ways to run TensorRT-LLM in production

๐Ÿ“Š Specifications

Language
Python/C++
License
Apache-2.0
Platform
Linux, macOS, Windows
Supported Models
REST API, CLI

๐Ÿ’ฐ Pricing Reality

100% free Apache 2.0. No paid tier.

๐Ÿ‘ฅ Community Health

Stars20,000
Forks2,500
Contributors400
Health Score9/10

๐Ÿท๏ธ Tags

Open SourceFree