Towards Resource-Efficient LLMs: End-to-End Energy Accounting of Distillation Pipelines
For researchers and practitioners deploying LLM distillation, this work exposes hidden energy costs and provides a standardized measurement protocol, addressing the overlooked environmental impact of teacher-side computations.
The paper presents an end-to-end energy accounting framework for LLM distillation pipelines, measuring GPU power consumption across all stages. It reveals that teacher-side workloads (data generation, logit caching, evaluation) incur significant previously ignored costs, and provides design rules for energy-efficient distillation.
The rise in deployment of large language models has driven a surge in GPU demand and datacenter scaling, raising concerns about electricity use, grid stress, and the impacts of modern AI workloads. Distillation is often promoted as one of the most effective paths to obtain cheaper, more efficient models, yet these claims rarely account for the full end-to-end energy and resource costs, including crucial teacher-side workloads such as data generation, logit caching, and evaluation. We present a comprehensive energy accounting framework that measures the complete computational cost of distillation pipelines via detailed stage-wise tracking of GPU device power consumption. In our experiments, we separate and log empirical energy use across distinct phases and systematically measure the energy and emissions of two common distillation methods: the classic logit-based knowledge distillation and synthetic-data supervised fine-tuning, constructing energy-quality Pareto frontiers that expose the previously ignored costs. From these measurements and analyses, we derive practical design rules for selecting distillation methods and hyperparameters under energy and budget constraints, and release an open-source measurement harness and accounting protocol to provide a standardized foundation for comparable, reproducible distillation research, explicitly accountable for complete pipeline energy impact.