Papers › QA-LoRA: Quantization-Aware Low-Rank Adaptation of Large Language Models

QA-LoRA: Quantization-Aware Low-Rank Adaptation of Large Language Models

26 Sep 2023arXiv:2309.14717archive 2025-07-28

Yuhui Xu, Lingxi Xie, Xiaotao Gu, Xin Chen, Heng Chang, Hengheng Zhang, Zhengsu Chen, Xiaopeng Zhang, Qi Tian

Recently years have witnessed a rapid development of large language models (LLMs). Despite the strong ability in many language-understanding tasks, the heavy computational burden largely restricts the application of LLMs especially when one needs to deploy them onto edge devices. In this paper, we propose a quantization-aware low-rank adaptation (QA-LoRA) algorithm. The motivation lies in the imbalanced degrees of freedom of quantization and adaptation, and the solution is to use group-wise operators which increase the degree of freedom of quantization meanwhile decreasing that of adaptation. QA-LoRA is easily implemented with a few lines of code, and it equips the original LoRA with two-fold abilities: (i) during fine-tuning, the LLM's weights are quantized (e.g., into INT4) to reduce time and memory usage; (ii) after fine-tuning, the LLM and auxiliary weights are naturally integrated into a quantized model without loss of accuracy. We apply QA-LoRA to the LLaMA and LLaMA2 model families and validate its effectiveness in different fine-tuning datasets and downstream scenarios. Code will be made available at https://github.com/yuhuixu1993/qa-lora.

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="2309.14717")

Code

Syntology Ran 3 of 12 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: community (archive-listed): 12 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

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

12 samples harvested; 3 ran; 0 honoured the contract we drafted; 9 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.

1ran · our draft was wrong
2ran · fixture could not drive it
9unverified

Licence: 0 of the 12 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.

slice1d intel-analytics/BigDL/python/llm/portable-zip/kv_cache.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 2564045c0e65006b · report
slice2d intel-analytics/BigDL/python/llm/portable-zip/kv_cache.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 19c86edfcb34276c · report
slice3d intel-analytics/BigDL/python/llm/portable-zip/kv_cache.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 8884022644d5af82 · report
format_prompt_with_history intel-analytics/BigDL/python/llm/portable-zip/chat.py community (archive-listed) unverified Apache-2.0 (permissive) · 559f1c3fe0502b84 · report
get_package_version intel/ipex-llm/python/llm/src/ipex_llm/transformers/convert.py community (archive-listed) unverified Apache-2.0 (permissive) · 482c7e5ca6778460 · report
get_stop_words_ids intel-analytics/BigDL/python/llm/portable-zip/chat.py community (archive-listed) unverified Apache-2.0 (permissive) · 6bc05af3167f1f75 · report
greedy_generate intel-analytics/BigDL/python/llm/portable-zip/chat.py community (archive-listed) unverified Apache-2.0 (permissive) · 20c7e7fb2d9f76a2 · report
is_lm_head intel/ipex-llm/python/llm/src/ipex_llm/transformers/convert.py community (archive-listed) unverified Apache-2.0 (permissive) · 9c5cfec3eb2fe2b1 · report
is_module_in_classes intel/ipex-llm/python/llm/src/ipex_llm/transformers/convert.py community (archive-listed) unverified Apache-2.0 (permissive) · 4558cb77c58b03d2 · report
load_model_base intel-analytics/BigDL/python/llm/src/ipex_llm/serving/fastchat/bigdl_llm_model.py community (archive-listed) unverified Apache-2.0 (permissive) · af66d016e3041df1 · report
load_model_chatglm intel-analytics/BigDL/python/llm/src/ipex_llm/serving/fastchat/bigdl_llm_model.py community (archive-listed) unverified Apache-2.0 (permissive) · a87af6ee0d3f977b · report
repeat_kv intel/ipex-llm/python/llm/src/ipex_llm/transformers/kv.py community (archive-listed) unverified Apache-2.0 (permissive) · d9150efc59718cbf · report

Tasks

Quantization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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