Skip to content

Commit 8ba9830

Browse files
committed
Update llama-bench.cpp
1 parent 8fa8f1f commit 8ba9830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ int main(int argc, char ** argv) {
21002100

21012101
uint64_t t_ns = get_time_ns() - t_start;
21022102
t.samples_ns.push_back(t_ns);
2103-
2103+
21042104
// Store separate timings
21052105
if (t.n_prompt > 0) {
21062106
t.samples_prompt_ns.push_back(t_prompt_ns);

0 commit comments

Comments
 (0)