Pruning Framework Optimizes LLMs for Edge Device Deployment

Muhammad Junaid Ali, Smail Niar, El-Ghazali Talbi· July 28, 2026 View original

Summary

A new hardware-aware, multi-objective structured pruning framework optimizes Large Language Models (LLMs) for latency and model size, enabling efficient deployment on resource-constrained edge devices. It combines coarse-grained depth pruning with fine-grained Bayesian optimization to achieve favorable trade-offs between accuracy, latency, and model size.

Deploying Large Language Models (LLMs) on embedded and edge computing environments presents significant challenges due to their large parameter counts and high computational demands, which clash with strict latency, memory, and energy constraints. While model pruning can reduce scale, jointly optimizing various architectural components like layers, attention heads, and MLP dimensions is complex and often leads to suboptimal configurations. To address this, researchers propose a hardware-aware, multi-objective structured pruning framework. This two-stage method explicitly targets latency and model size for efficient edge deployment. The initial coarse-grained stage involves depth pruning, removing entire attention and MLP blocks to reduce computational load and memory usage. The subsequent fine-grained stage employs Parallel Bayesian Optimization (PBO) to identify optimal layer-wise pruning ratios under latency constraints. Importance-based strategies then rank specific components for pruning within each layer's allocated budget. Experimental results across multiple LLMs, at 37.5% and 50% pruning ratios, demonstrate that this approach achieves better performance on commonsense reasoning tasks than existing methods while significantly reducing inference cost, making LLMs more viable for edge applications.

Why it matters

This framework is crucial for expanding the applicability of powerful LLMs to edge devices, enabling real-time, private, and offline AI capabilities in a wide range of products and services without relying on cloud infrastructure.

How to implement this in your domain

  1. 1Evaluate the feasibility of deploying pruned LLMs on your target edge hardware platforms.
  2. 2Implement the two-stage pruning framework, starting with coarse-grained depth pruning.
  3. 3Utilize Parallel Bayesian Optimization to fine-tune layer-wise pruning ratios for latency and size.
  4. 4Develop importance-based strategies to identify and prune specific components within each layer.
  5. 5Benchmark the pruned models on edge devices to verify performance, latency, and memory footprint against your requirements.

Who benefits

IoTAutomotiveConsumer ElectronicsRoboticsTelecommunications

Key takeaways

  • Deploying LLMs on edge devices is challenging due to resource constraints.
  • A new two-stage pruning framework optimizes LLMs for latency and size.
  • It combines coarse-grained depth pruning with fine-grained Bayesian optimization.
  • The method achieves better accuracy-latency-size trade-offs for edge deployment.

Original post by Muhammad Junaid Ali, Smail Niar, El-Ghazali Talbi

"arXiv:2607.22583v1 Announce Type: new Abstract: Large Language Models (LLMs) have achieved widespread adoption because of their strong reasoning and query-response capabilities. However, deploying them in embedded and edge computing environments remains challenging because of str…"

View on X

Originally posted by Muhammad Junaid Ali, Smail Niar, El-Ghazali Talbi on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses