research

ArXiv Study Benchmarks GPU Power Draw of 1B–7B Open-Source LLMs on an RTX 4060Ti

Summarized by AI from reporting by ArXiv cs.AI, published under our editorial policy.

A new ArXiv paper provides the first reproducible hardware-level energy benchmark of nine open-source LLMs (1B–7B parameters) running on a consumer RTX 4060Ti 16GB GPU, revealing that larger models draw nearly twice the power of smaller ones and that prompt complexity significantly affects energy consumption.

A consumer-grade GPU with a power meter displaying energy consumption.

Key takeaways

  • The study benchmarks nine open-source LLMs ranging from 1B to 7B parameters on a consumer RTX 4060Ti 16GB GPU.
  • Larger models consume nearly twice the power of smaller models during inference tasks.
  • Power draw varies with prompt complexity, affecting overall energy efficiency.
  • The benchmark uses Ollama inference engine and samples GPU power at 2Hz via nvidia-smi for reproducibility.

A team of researchers published a study on ArXiv that benchmarks the energy consumption of nine open-source large language models (LLMs) running on a consumer-grade GPU. The study focuses on the RTX 4060Ti 16GB, a popular GPU for local AI deployment, and measures power draw during inference tasks.

## Reproducible Energy Benchmark on Consumer Hardware The researchers used the Ollama inference engine to run nine open-source LLMs ranging from 1 billion to 7 billion parameters. They sampled the GPU's power draw at 2Hz using nvidia-smi, a tool that monitors GPU performance and power usage. The models were tested on a fixed set of prompts to ensure consistency across measurements. The authors note that most existing benchmarks focus solely on accuracy, leaving energy costs on consumer hardware poorly characterized.

## Larger Models Nearly Double Power Consumption The study found that larger models, such as those with 7 billion parameters, consumed significantly more power than smaller models. For instance, the 7B parameter model drew nearly twice the power of the 1B parameter model during inference tasks. The researchers also noted that the power draw varied depending on the complexity of the prompts, with more complex prompts requiring more energy.

## Implications for Privacy-Conscious Local AI Users Understanding the energy costs of running AI models locally is crucial for users who prioritize privacy and on-premise inference. While local deployment offers benefits like data privacy and reduced latency, it also comes with higher energy costs. This study provides valuable insights for consumers looking to balance performance and energy efficiency when choosing an AI model to run on their hardware.

## Practical Guidance for Monitoring GPU Power Draw If you're considering running an AI model locally, start by assessing your GPU's capabilities and power consumption. You can use tools like nvidia-smi to monitor your GPU's power draw during inference tasks. Additionally, consider using smaller models if energy efficiency is a priority. For example, you can try running a 1B parameter model on your consumer GPU and compare its performance and power consumption to larger models.

Frequently asked

What GPU was used in the study?
The study used the RTX 4060Ti 16GB, a popular consumer-grade GPU.
How did the researchers measure power consumption?
They used nvidia-smi to sample the GPU's power draw at 2Hz during inference tasks.
What is the Ollama inference engine?
The Ollama inference engine is a tool used to run AI models locally, providing a consistent environment for benchmarking.
How much more power does a 7B parameter model use compared to a 1B model?
The study found that a 7B parameter model drew nearly twice the power of a 1B parameter model during inference tasks.