Papers › ReLoRA: High-Rank Training Through Low-Rank Updates

ReLoRA: High-Rank Training Through Low-Rank Updates

11 Jul 2023arXiv:2307.05695archive 2025-07-28

Vladislav Lialin, Namrata Shivagunde, Sherin Muckatira, Anna Rumshisky

Despite the dominance and effectiveness of scaling, resulting in large networks with hundreds of billions of parameters, the necessity to train overparameterized models remains poorly understood, while training costs grow exponentially. In this paper, we explore parameter-efficient training techniques as an approach to training large neural networks. We introduce a novel method called ReLoRA, which utilizes low-rank updates to train high-rank networks. We apply ReLoRA to training transformer language models with up to 1.3B parameters and demonstrate comparable performance to regular neural network training. ReLoRA saves up to 5.5Gb of RAM per GPU and improves training speed by 9-40% depending on the model size and hardware setup. Our findings show the potential of parameter-efficient techniques for large-scale pre-training.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2307.05695")

Code

Syntology Ran 8 of 14 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 14 samples from 2 repositories, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

guitaricet/peft_pretraining officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
guitaricet/relora officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
intel-analytics/BigDL mentioned on GitHubtorchApache-2.0 report
intel/ipex-llm mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
2ran · fixture could not drive it
4ran
6unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_rotary_pos_emb guitaricet/peft_pretraining/peft_pretraining/modeling_llama.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · f725bc2d76076485 · report
apply_rotary_pos_emb guitaricet/peft_pretraining/peft_pretraining/modeling_pythia.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 9b4dff79d5e6102c · report
attention_mask_func guitaricet/peft_pretraining/peft_pretraining/modeling_pythia.py official repository ran Apache-2.0 (permissive) · 4397f33726a2999e · report
get_cyclical_cosine_schedule_with_min_lr guitaricet/peft_pretraining/peft_pretraining/training_utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f58a7fbb020fe7cd · report
get_scheculer guitaricet/peft_pretraining/peft_pretraining/training_utils.py official repository ran Apache-2.0 (permissive) · 08daf3e9bcd8741a · report
make_data_loader guitaricet/peft_pretraining/peft_pretraining/megatron_dataset/dataloader.py official repository ran Apache-2.0 (permissive) · d49462681436c44b · report
rotate_half guitaricet/peft_pretraining/peft_pretraining/modeling_llama.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · b99eea6376d1e212 · report
tokenize_and_chunk guitaricet/peft_pretraining/peft_pretraining/dataloader.py official repository ran Apache-2.0 (permissive) · cb60aa6ee1172448 · report
check_args_torchrun_main guitaricet/peft_pretraining/peft_pretraining/args_utils.py official repository unverified Apache-2.0 (permissive) · 986b5739285a8cbf · report
evaluate_model guitaricet/relora/torchrun_main.py official repository unverified Apache-2.0 (permissive) · 6cd1023ec2204c22 · report
infer_dataset_impl guitaricet/peft_pretraining/peft_pretraining/megatron_dataset/indexed_dataset.py official repository unverified Apache-2.0 (permissive) · a02bf1a7d404234a · report
make_builder guitaricet/peft_pretraining/peft_pretraining/megatron_dataset/indexed_dataset.py official repository unverified Apache-2.0 (permissive) · 8f615d9849c1a372 · report
make_dataset guitaricet/peft_pretraining/peft_pretraining/megatron_dataset/indexed_dataset.py official repository unverified Apache-2.0 (permissive) · a4741eec9c94fa3c · report
parse_args guitaricet/relora/pretokenize.py official repository unverified Apache-2.0 (permissive) · 72e11d65aa630194 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections