LoRAX

Inference server that batches thousands of LoRA adapters on one GPU with dynamic loading.

Open SourceSelf HostedOffline CapableGPU Required
0.0 (0)

About

Serving one fine-tune per GPU gets expensive fast, and LoRAX exists to fix that: Predibase's inference server, derived from Hugging Face's text-generation-inference, dynamically loads LoRA adapters from Hugging Face, Predibase, or local files and batches requests for thousands of different adapters on a single GPU. Heterogeneous continuous batching mixes adapters inside one batch without stalling throughput, while adapter exchange scheduling pages adapters between GPU and CPU memory asynchronously. The stack includes tensor parallelism, pre-compiled CUDA kernels with flash attention and paged attention, quantization via bitsandbytes, GPTQ, and AWQ, an OpenAI-compatible API with multi-turn chat, and production tooling: Docker images, Kubernetes Helm charts, Prometheus metrics, and OpenTelemetry tracing. Running it requires Linux, an NVIDIA GPU of Ampere generation or newer, and CUDA 11.8 compatible drivers, typically launched with a single docker run command. The code is Apache-2.0 licensed with about 3.8k GitHub stars, and adapters trained with PEFT or Ludwig work directly.

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
Added
Jul 29, 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