S-LoRA/S-LoRA
S-LoRA: Serving Thousands of Concurrent LoRA Adapters observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 73
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1032
- days_rel: n/a
- days_push: 955
- n_releases_24m: 0
Adoption not part of the score
1923 stars · 126 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
S-LoRA is a serving system for large language models that scales to thousands of concurrent LoRA adapters on one or more GPUs. It uses Unified Paging to manage adapter weights and KV cache in a unified memory pool, plus custom CUDA kernels and tensor parallelism for heterogeneous batching.
Use cases
- serve thousands of LoRA adapters from one base model
- host many task-specific fine-tuned LLMs on a single GPU
- improve LLM serving throughput with batched LoRA inference
- run multi-adapter inference across multiple GPUs
- deploy a fine-tuning-as-a-service backend
- benchmark LoRA serving performance against vLLM and PEFT
When to choose
- you need to serve many LoRA adapters derived from a single base model
- adapter count or memory fragmentation limits your current vLLM/PEFT setup
- you want research-grade multi-adapter serving with tensor parallelism
When to avoid
- you serve a single model without adapters - use vLLM or similar instead
- you need recent model support or active maintenance - the project is in maintenance mode
- you lack an Ampere-class CUDA GPU with bfloat16 support
- you need a production-supported inference stack with broad ecosystem compatibility
Facets
service · maturity maintenance
llm-inference machine-learning gpu-computing large-language-models machine-learning deep-learning python lora model-serving inference-server cuda-kernels tensor-parallelism batched-inference linux gpu docker
6 sources
- readme: https://github.com/S-LoRA/S-LoRA · fetched 2026-08-28 · 6c84a5d72f14
- homepage: https://arxiv.org/abs/2311.03285 · fetched 2026-08-29 · 1362aaa4845d
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| S-LoRA/S-LoRA | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem