jiaweizzhao/GaLore
GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection observed · 2026-08-28
Health v2 · maintenance only
25/100
- Activity 0
- Release rhythm 35
- Longevity 65
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: 910
- days_rel: n/a
- days_push: 674
- n_releases_24m: 0
Adoption not part of the score
1700 stars · 167 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GaLore is a PyTorch library implementing Gradient Low-Rank Projection for memory-efficient full-parameter training of large language models. It plugs into existing optimizers like AdamW with minimal code changes, reducing memory usage compared to low-rank adaptation methods such as LoRA.
Use cases
- train LLMs on consumer GPUs with limited memory
- reduce optimizer memory footprint during full-parameter fine-tuning
- fine-tune large language models without LoRA
- pretrain language models memory-efficiently
- apply gradient low-rank projection to existing optimizers
- run 7B model training on a single RTX 4090
When to choose
- you need full-parameter learning but lack GPU memory for standard optimizers
- you want a drop-in optimizer replacement with two lines of code
- you are fine-tuning or pretraining LLMs on limited hardware
When to avoid
- you need a battle-tested production training framework rather than a research algorithm
- your model is small enough that memory is not a constraint
- you require LoRA-style adapter export for inference
Facets
library · maturity active
llm-training machine-learning gpu-computing large-language-models deep-learning machine-learning python gradient-low-rank-projection memory-efficient-training optimizer lora-alternative pytorch gpu
1 source
- readme: https://github.com/jiaweizzhao/GaLore · fetched 2026-08-28 · 6d2f4645104f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jiaweizzhao/GaLore | main | 25 |
For agents
markdown · JSON · MCP: product_card(name="jiaweizzhao/GaLore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem