Jae-Won Chung commited on
Commit
69897d5
1 Parent(s): fe0d167

Fix grammar error

Browse files
Files changed (1) hide show
  1. LEADERBOARD.md +1 -1
LEADERBOARD.md CHANGED
@@ -2,7 +2,7 @@ The goal of the ML.ENERGY Leaderboard is to give people a sense of how much **en
2
 
3
  ## How is energy different?
4
 
5
- The energy consumption of running inference on a model will depends on factors such as architecture, size, and GPU model.
6
  However, even if we run models with the exact same architecture and size on the same GPU, the average energy consumption **per prompt** is different because different models have **different verbosity**.
7
  That is, when asked the same thing, different models answer in different lengths.
8
 
 
2
 
3
  ## How is energy different?
4
 
5
+ The energy consumption of running inference depends on factors such as model architecture, size, and GPU model.
6
  However, even if we run models with the exact same architecture and size on the same GPU, the average energy consumption **per prompt** is different because different models have **different verbosity**.
7
  That is, when asked the same thing, different models answer in different lengths.
8