# What is OpenLoRA?

Open LoRA is a highly efficient framework designed for serving thousands of fine-tuned LoRA (Low-Rank Adaptation) models on a single GPU. It optimizes resource utilization by enabling dynamic adapter loading, reducing memory overhead, and ensuring high throughput with low latency. Open LoRA is particularly beneficial for applications that require rapid model switching and efficient inference without deploying separate instances for each fine-tuned model.

**Key Features**

* Dynamic Adapter Loading: Just-in-time (JIT) loading of LoRA adapters from Hugging Face, Predibase, or custom filesystems.
* Efficient Memory Utilization: Supports merging adapters per request for ensemble inference without preloading all models into memory.
* Optimized Inference: Uses advanced optimizations like tensor parallelism, flash-attention, paged attention, and quantization for improved efficiency.
* Scalability: Supports serving thousands of fine-tuned LoRA models on a single GPU.
* Cost Reduction: Reduces serving costs while maintaining low latency and high throughput.
* Streaming & Quantization: Implements token streaming and quantization for optimized inference.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://openledger.gitbook.io/openledger/openlora/what-is-openlora.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
