artidoro/qlora
QLoRA: Efficient Finetuning of Quantized LLMs 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
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
- readme: https://github.com/artidoro/qlora · fetched 2026-08-28 · dc2c59085140
- homepage: https://arxiv.org/abs/2305.14314 · fetched 2026-08-29 · 5a2c65e4ca1c
- 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 |
|---|---|---|
| artidoro/qlora | main | 29 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem