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

@ -670,7 +670,6 @@ int main(int argc, char ** argv) {
LOG_DBG("eval: %s\n", string_from(ctx, embd).c_str());
auto batch = llama_batch_ext_ptr::init_from_text(&embd[i], n_eval, n_past, 0, true);
llama_batch_ext_set_output_last(batch.get());
if (llama_decode_ext(ctx, batch.get())) {
LOG_ERR("%s : failed to eval\n", __func__);
return 1;