Ross ROSS = Recommend OSS · open-source software intelligence for agents

punica-ai/punica

Serving multiple LoRA finetuned LLM as one observed · 2026-08-28

github.com/punica-ai/punica · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

19/100

  • Activity 0
  • Release rhythm 8
  • Longevity 79
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1113
  • days_rel: n/a
  • days_push: 847
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1175 stars · 64 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Punica is a Python system for serving many LoRA-finetuned LLMs from a single copy of the base model on one GPU, using a custom CUDA kernel (SGMV) to batch LoRA adapter computations. It achieves up to 12x higher throughput than state-of-the-art LLM serving systems for multi-tenant LoRA workloads.

Use cases

  • serve multiple LoRA finetuned LLMs on one GPU
  • batch requests for different LoRA adapters efficiently
  • reduce GPU memory when hosting many finetuned models
  • multi-tenant LLM serving with per-user adapters
  • benchmark LoRA serving throughput against vLLM or DeepSpeed

When to choose

  • you need to serve many LoRA variants of the same base model cost-effectively
  • GPU memory is a bottleneck from loading many finetuned model copies
  • your workload mixes requests across different LoRA adapters

When to avoid

  • you serve only a single model with no LoRA adapters
  • you need a production system with active development and broad model support
  • you have no CUDA-capable GPU

Facets

library · maturity maintenance

llm-inference gpu-computing machine-learning large-language-models machine-learning gpu-computing python lora multi-tenant-serving cuda-kernels sgmv llm-serving gpu linux

6 sources

Member repositories

RepositoryRoleHealth v2
punica-ai/punicamain19

For agents

markdown · JSON · MCP: product_card(name="punica-ai/punica")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem