Tools/LLM Inference & Serving/Text Generation Inference (TGI)

Text Generation Inference (TGI)

Production-ready LLM serving toolkit by Hugging Face.

Open SourceSelf HostedOffline CapableGPU Required (8GB+ VRAM)
0.0 (0)

About

Text Generation Inference, better known as TGI, is Hugging Face's production toolkit for serving large language models, built in Rust and Python with gRPC internals and proven as the engine behind Hugging Chat and Hugging Face inference services. Its serving stack combines continuous batching, tensor parallelism across GPUs, Flash Attention and Paged Attention kernels, token streaming over Server-Sent Events, and structured or JSON-constrained generation, with quantization support spanning bitsandbytes, GPTQ, AWQ, Marlin, EETQ, and fp8. An OpenAI-compatible Messages API eases migration from hosted APIs, and OpenTelemetry tracing plus Prometheus metrics cover observability. Hardware support extends beyond NVIDIA to AMD, AWS Inferentia, Intel GPUs, Gaudi, and Google TPUs, serving architectures like Llama, Falcon, StarCoder, and BLOOM. The project is Apache 2.0 licensed and now in maintenance mode, accepting mainly bug fixes while Hugging Face points new deployments toward vLLM and SGLang, though many production systems still run TGI.

Reviews (0)

Leave a Review

No reviews yet. Be the first to review!

Details

Price
Free
Platform
Local/Desktop
Difficulty
Intermediate (3/5)
License
Apache-2.0
Minimum VRAM
8 GB
Added
Apr 3, 2026

Related Tools

Minimalist ML framework in Rust by Hugging Face for fast inference.

Open SourceSelf HostedOffline
Advanced
0.0 (0)

Open-source ChatGPT alternative that runs 100% offline on your computer.

Open SourceSelf HostedOffline
Beginner
0.0 (0)
Featured

Port of Meta's LLaMA model in C/C++ for efficient CPU inference

Open SourceSelf HostedOffline
Intermediate
0.0 (0)

Fast LLM inference on consumer GPUs using neuron-aware sparse computation.

Open SourceSelf HostedOfflineGPU 4GB+
Advanced
0.0 (0)
Featured

High-throughput LLM serving engine with PagedAttention

Open SourceSelf HostedOfflineGPU 16GB+
Intermediate
0.0 (0)

Minimalist machine learning framework for Rust focused on performance and serverless inference.

Open SourceSelf HostedOffline
Intermediate
0.0 (0)
Browse all LLM Inference & Serving tools