mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-07 02:20:48 -05:00
Generate full token count during warm up
Signed-off-by: Joe Todd <joe.todd@codeplay.com>
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user