APreQEL: Adaptive Mixed Precision Quantization For Edge LLMs
Meriem Bouzouad, Yuan-Hao Chang, Jalil Boukhobza

TL;DR
This paper introduces APreQEL, an adaptive mixed precision quantization method that optimizes large language model deployment on edge devices by balancing memory, latency, and accuracy based on layer importance.
Contribution
It presents a novel adaptive quantization approach that assigns different precisions to model layers considering hardware behavior and performance trade-offs.
Findings
Improves deployment efficiency of LLMs on edge devices.
Balances memory, latency, and accuracy effectively.
Expands quantization design space beyond uniform methods.
Abstract
Today, large language models have demonstrated their strengths in various tasks ranging from reasoning, code generation, and complex problem solving. However, this advancement comes with a high computational cost and memory requirements, making it challenging to deploy these models on edge devices to ensure real-time responses and data privacy. Quantization is one common approach to reducing memory use, but most methods apply it uniformly across all layers. This does not account for the fact that different layers may respond differently to reduced precision. Importantly, memory consumption and computational throughput are not necessarily aligned, further complicating deployment decisions. This paper proposes an adaptive mixed precision quantization mechanism that balances memory, latency, and accuracy in edge deployment under user-defined priorities. This is achieved by analyzing the…
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
TopicsAdvanced Neural Network Applications · Parallel Computing and Optimization Techniques · Big Data and Digital Economy
