Methodology About

EcoCompute.

"Quantization doesn't always save energy. See for yourself."

Every quantization tool tells you how to quantize. We tell you whether you should.

From the preprint “Weight-Only Quantization Does Not Always Save Energy” — direct NVML energy measurements across four NVIDIA GPU architectures.

Inference energy per 1M tokens

Paste the verdict + citation into your tech spec, or share this exact config.

Crossover curve · the bigger the model, the more quantization saves

NF4 INT8 Your model Above zero = penalty (more energy) · below = savings

Solid lines connect measured points only (direct NVML). INT8 was measured on A800 and RTX 4090 only, and sizes outside each GPU's measured range aren't drawn here. For fitted extrapolation beyond the measured range, use the Your model tab.

Latest run · RTX 4090 (Ada) · measured in our own open container

15 of 15 configurations are real hardware measurements (basis: "measured", measurement_source: "direct-nvml") — five models (0.5B–7B) × FP16 / NF4 / INT8, produced by the EcoCompute energy MLCube container on a rented NVIDIA GeForce RTX 4090, July 2026. It extends the Ada data in two ways the earlier RTX 4090D anchor could not: INT8 on Ada and 7B models.

RTX 4090: absolute decode energy and throughput for FP16, NF4 and INT8 across 0.5B-7B models. INT8 has the highest energy per token and the lowest throughput.

NF4 crosses over between 3B and 7B: +36% energy penalty at 0.5B → −29% saving at 7B. INT8 (bitsandbytes LLM.int8()) never saves energy here (+47% … +256%): it does lower instantaneous power, but decode throughput collapses to 9–19 tok/s (FP16: 39–62 tok/s), so every token ends up costing more.

All raw energy.json reports, the aggregated CSV, environment metadata and both figures are archived under DOI 10.5281/zenodo.21528103, CC BY 4.0 — a single-platform deep dive that sits alongside the main v1.1.0 dataset, which remains the reference for every other GPU here. Honest scope: n = 1 per configuration (no std/CV yet, unlike v1.1.0's n = 2 / CV < 2%) and NVML measures GPU-package power, not whole-system wall power — a supplementary case study, not a certified benchmark. Reproduce it on your own card from the Run it yourself tab.