Apply suggestions from code review

This commit is contained in:
Xuan-Son Nguyen
2025-03-17 12:17:14 +01:00
committed by GitHub
parent de788e071b
commit eab5606d7b
3 changed files with 2 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ int main(int argc, char ** argv) {
llama_batch_ext_clear(batch);
for (int j = 0; j < pl; ++j) {
llama_batch_ext_add_text(batch, 0, pp + i, &j, 1, false);
llama_batch_ext_add_text(batch, 0, pp + i, &j, 1, true);
}
if (!decode_helper(ctx, batch, ctx_params.n_batch)) {