Jae-Won Chung commited on
Commit
2fb0234
1 Parent(s): 7109f43

Fix benchmark.py docstring

Browse files
Files changed (1) hide show
  1. scripts/benchmark.py +1 -1
scripts/benchmark.py CHANGED
@@ -1,4 +1,4 @@
1
- """Perform inference of one model on one input prompt and measure time and energy."""
2
 
3
  from __future__ import annotations
4
 
 
1
+ """Perform inference of one model on a dataset and measure time and energy."""
2
 
3
  from __future__ import annotations
4