#105 · Primary category: Inference & Local Deploy

lorax

fine-tuning gpt llama llm llm-inference llm-serving llmops lora model-serving pytorch transformers

Multi-LoRA inference server that scales to 1000s of fine-tuned LLMs

Project last updated:05/28/26

GitHub Stars

3.8K

Forks

326

Contributors

67

License

Apache-2.0

Why we included this project

Most teams that fine-tune models end up paying for a separate server per variant, and that adds up fast. LoRAX sidesteps the cost: you run one base model and it loads LoRA adapter weights on demand, per request, from Hugging Face or your own storage, so thousands of tuned variants can share a single GPU. It keeps throughput up by batching requests for different adapters together and moving adapters between GPU and CPU memory as it needs them. Quantized base models and token streaming are supported, and the OpenAI-compatible API makes it easy to fit into an existing serving stack. If your job is serving a shared base model with many tuned variants, this is a practical way to cut the bill without giving up speed.

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