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

artidoro/qlora

QLoRA: Efficient Finetuning of Quantized LLMs observed · 2026-08-28

github.com/artidoro/qlora · homepage · Jupyter Notebook · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

29/100

  • Activity 0
  • Release rhythm 35
  • Longevity 86

Flags: no_releases

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: 1210
  • days_rel: n/a
  • days_push: 814
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10998 stars · 876 forks observed · 2026-08-28

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

QLoRA is the official implementation of the QLoRA paper, an efficient finetuning approach that backpropagates through a frozen 4-bit quantized LLM into Low Rank Adapters, enabling finetuning of a 65B model on a single 48GB GPU. It integrates bitsandbytes quantization with Hugging Face PEFT and transformers, and includes the Guanaco model family and training scripts.

Use cases

  • finetune a large language model on a single GPU
  • run 4-bit quantized LoRA finetuning of LLaMA models
  • train an instruction-following chatbot cheaply
  • reproduce the Guanaco models from the QLoRA paper
  • reduce memory usage when finetuning 33B or 65B parameter models
  • create LoRA adapter weights for a quantized LLM

When to choose

  • you need to finetune very large LLMs with limited GPU memory
  • you want the reference implementation of the QLoRA/NF4 method
  • you want to train LoRA adapters on quantized models with bitsandbytes and PEFT

When to avoid

  • you need a maintained, general-purpose finetuning framework (the repo is a research artifact with infrequent updates)
  • you want full 16-bit finetuning or non-LoRA training methods
  • you need multi-GPU or production training pipelines beyond the provided scripts

Facets

library · maturity maintenance

llm-training machine-learning deep-learning large-language-models machine-learning deep-learning python qlora lora quantization 4-bit finetuning bitsandbytes peft guanaco instruction-tuning gpu linux

6 sources

Member repositories

RepositoryRoleHealth v2
artidoro/qloramain29

For agents

markdown · JSON · MCP: product_card(name="artidoro/qlora")

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