Watt Counts dataset
收藏资源简介:
Watt Counts数据集是由马德里理工大学与苏黎世应用科学大学联合创建的大语言模型推理性能基准数据集,旨在解决GPU能耗与延迟预测的评估难题。该数据集涵盖42个开源大语言模型(参数量0.1B至27B)与8款NVIDIA服务器级GPU的组合性能数据,包含离线与服务器两种部署场景下的功率消耗和词元间延迟指标。数据采集通过实际部署测试完成,系统测量了不同负载条件下的GPU平均功耗和推理延迟时序特征。该数据集主要应用于可持续人工智能领域,为优化大语言模型部署能效提供基准支撑,助力研究人员开发无需硬件实测的跨平台性能预测模型。
Watt Counts Dataset is a benchmark dataset for large language model (LLM) inference performance jointly developed by the Technical University of Madrid and the Zurich University of Applied Sciences, aiming to address the challenge of evaluating GPU energy consumption and latency prediction. This dataset covers combined performance data for 42 open-source large language models with parameter sizes ranging from 0.1B to 27B and 8 NVIDIA server-grade GPUs, including power consumption and inter-token latency metrics under two deployment scenarios: offline and server-side. The data was collected through actual deployment tests, where the system measured the average power consumption of GPUs and the temporal characteristics of inference latency under varying load conditions. This dataset is primarily applied in the field of sustainable artificial intelligence, providing benchmark support for optimizing the energy efficiency of LLM deployments and assisting researchers in developing cross-platform performance prediction models that do not require physical hardware testing.
数据集概述:WattGPU
WattGPU 是一个用于预测GPU上大语言模型(LLM)推理的能耗和延迟特征的框架,无需进行性能分析或硬件访问。
核心功能
- 预测推理期间的平均GPU功耗
- 预测Token间延迟(ITL)
输入信息
仅需以下公开信息:
- 公开的GPU规格参数
- 公开的LLM元数据
泛化能力
该模型能够泛化到未见过的GPU和未见过的LLM,支持在运行实验前做出能耗感知的部署决策。
仓库内容
WattGPU.ipynb:包含数据预处理、特征工程、模型训练、评估及论文结果复现的主笔记本。requirements.txt:Python依赖项。- 实验中使用的数据,包括用于训练和评估的 Watt Counts 子集。
安装与运行
- 克隆仓库后,需使用Python 3.12创建虚拟环境。
- 安装依赖:
uv pip install -r requirements.txt。 - 启动Jupyter Lab并打开
WattGPU.ipynb,其中包含论文中的完整流程。
许可证
Apache 2.0。

- 1WattGPU: Predicting Inference Power and Latency on Unseen GPUs and LLMs马德里理工大学; 苏黎世应用科学大学 · 2026年



