LoRA Fine-Tuning Without GPUs: A CPU-Efficient Meta-Generation Framework for LLMs
Reza Arabpour, Haitz S\'aez de Oc\'ariz Borde, Anastasis Kratsios

TL;DR
This paper introduces a CPU-efficient LoRA fine-tuning method for large language models that eliminates the need for GPUs by using a meta-operator to generate adapters from pre-trained components, making fine-tuning accessible on standard laptops.
Contribution
It presents a novel meta-generation framework for LoRA fine-tuning that operates efficiently on CPUs, enabling broader access to LLM customization without GPU reliance.
Findings
Outperforms base Mistral model on downstream tasks
Operates efficiently on standard CPU hardware
Provides a practical alternative to GPU-based fine-tuning
Abstract
Low-Rank Adapters (LoRAs) have transformed the fine-tuning of Large Language Models (LLMs) by enabling parameter-efficient updates. However, their widespread adoption remains limited by the reliance on GPU-based training. In this work, we propose a theoretically grounded approach to LoRA fine-tuning designed specifically for users with limited computational resources, particularly those restricted to standard laptop CPUs. Our method learns a meta-operator that maps any input dataset, represented as a probability distribution, to a set of LoRA weights by leveraging a large bank of pre-trained adapters for the Mistral-7B-Instruct-v0.2 model. Instead of performing new gradient-based updates, our pipeline constructs adapters via lightweight combinations of existing LoRAs directly on CPU. While the resulting adapters do not match the performance of GPU-trained counterparts, they consistently…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Machine Learning and Data Classification · Natural Language Processing Techniques
MethodsSparse Evolutionary Training · Balanced Selection
