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

microsoft/LoRA

Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models" observed · 2026-08-28

github.com/microsoft/LoRA · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 1903
  • days_rel: n/a
  • days_push: 624
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

13767 stars · 923 forks observed · 2026-08-28

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

loralib is the official PyTorch implementation of LoRA (Low-Rank Adaptation), which fine-tunes large language models by injecting trainable rank-decomposition matrices while freezing original weights. It drastically reduces trainable parameters and storage for task adaptation without adding inference latency.

Use cases

  • fine-tune large language models with minimal trainable parameters
  • adapt GPT-2, GPT-3, RoBERTa, or DeBERTa to downstream tasks
  • reduce GPU memory usage during model fine-tuning
  • store many task-specific model adaptations cheaply
  • switch between adapted tasks at inference without latency
  • integrate LoRA layers into existing PyTorch or Hugging Face models

When to choose

  • you want the original reference implementation of LoRA in PyTorch
  • you need parameter-efficient fine-tuning of transformer models
  • you must deploy many task adaptations of one large model cheaply
  • you want fine-tuning quality comparable to full fine-tuning with a fraction of the parameters

When to avoid

  • you need broad model support and active development - Hugging Face PEFT is now the maintained ecosystem standard
  • you are not working with PyTorch
  • you need full fine-tuning rather than parameter-efficient adaptation

Facets

library · maturity maintenance

machine-learning llm-training deep-learning large-language-models machine-learning deep-learning python lora parameter-efficient-fine-tuning pytorch low-rank-adaptation peft transformers fine-tuning natural-language-processing gpu

6 sources

Member repositories

RepositoryRoleHealth v2
microsoft/LoRAmain23

For agents

markdown · JSON · MCP: product_card(name="microsoft/LoRA")

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