Pith. sign in

REVIEW 1 cited by

Run LoRA Run: Faster and Lighter LoRA Implementations

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2312.03415 v2 pith:OUKOFRWK submitted 2023-12-06 cs.LG

classification cs.LG
keywords loratrainingadapterscomputationdimensionsfasterfine-tuningimplementations
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

LoRA is a technique that reduces the number of trainable parameters in a neural network by introducing low-rank adapters to linear layers. This technique is used both for fine-tuning and full training of large language models. This paper presents the RunLoRA framework for efficient implementations of LoRA that significantly improves the speed of neural network training and fine-tuning using low-rank adapters. The proposed implementation optimizes the computation of LoRA operations based on dimensions of corresponding linear layer, layer input dimensions and lora rank by choosing best forward and backward computation graph based on FLOPs and time estimations, resulting in faster training without sacrificing accuracy. The experimental results show up to 28\% speedup on language modeling networks.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. LoRA Is Slower Than You Think

    cs.LG 2025-07 conditional novelty 3.0 of 10

    On a single LLaMA2-7B MMLU run, updating the upper 24 of 32 layers with PaCA gave 52.02 average accuracy versus LoRA's 52.15, while cutting training time from 7:17 to 5:15.

Pith tools