Skip to content

Commit 1f0619d

Browse files
use user provided args
1 parent fe14ec7 commit 1f0619d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ int main(int argc, char ** argv) {
16501650
fprintf(stderr, "llama-bench: benchmark %d/%zu: depth run %d/%d\n", params_idx, params_count,
16511651
i + 1, params.reps);
16521652
}
1653-
test_prompt(ctx, t.n_depth, 512, cpu_get_num_math());
1653+
test_prompt(ctx, t.n_depth, t.n_batch, t.n_threads);
16541654
}
16551655

16561656
uint64_t t_start = get_time_ns();

0 commit comments

Comments
 (0)