Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Joe Todd
712e4d9450 Generate full token count during warm up
Signed-off-by: Joe Todd <joe.todd@codeplay.com>
2024-06-28 13:29:00 +01:00

View file

@ -1390,7 +1390,7 @@ int main(int argc, char ** argv) {
test_prompt(ctx, t.n_prompt, 0, t.n_batch, t.n_threads);
}
if (t.n_gen > 0) {
test_gen(ctx, 1, 0, t.n_threads);
test_gen(ctx, t.n_gen, 0, t.n_threads);
}
for (int i = 0; i < params.reps; i++) {