English

Energy-Conscious LLM Decoding: Impact of Text Generation Strategies on GPU Energy Consumption

Artificial Intelligence 2025-10-07 v2

Abstract

Decoding strategies significantly influence the quality and diversity of the generated text in Large Language Models (LLMs), yet their impact on computational resources, particularly GPU energy consumption, is insufficiently studied. This paper investigates the relationship between text generation decoding techniques and energy efficiency, focusing on the trade-off between generation quality and GPU energy usage across diverse tasks and decoding configurations. By benchmarking multiple strategies across various tasks, including Translation, Math Problem Solving, Coding, and Open-ended text generation, we reveal how selecting appropriate decoding techniques with their tuned hyperparameters affects text quality and has measurable implications for energy consumption. Our findings show that the choice of decoding strategy can greatly impact GPU energy usage, even when it has a minimal effect on output quality. Different strategies also involve trade-offs between quality and energy efficiency, and no single decoding method is best in all cases across every metric. To the best of our knowledge, this is one of the first studies to examine decoding strategies in LLMs from the perspective of energy consumption, providing useful insights for building energy-efficient applications without compromising text generation quality.

Keywords

Cite

@article{arxiv.2502.11723,
  title  = {Energy-Conscious LLM Decoding: Impact of Text Generation Strategies on GPU Energy Consumption},
  author = {Alireza Nik and Michael A. Riegler and Pål Halvorsen},
  journal= {arXiv preprint arXiv:2502.11723},
  year   = {2025}
}

Comments

Updated version with additional models and benchmark datasets. The experimental section has been expanded with new analyses, and minor corrections and clarifications have been made throughout the text