mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-01 21:15:06 +00:00
return output ID from llama_batch_ext_add/set
This commit is contained in:
@ -122,7 +122,7 @@ int main(int argc, char ** argv) {
|
||||
llama_batch_ext_add_text(batch, 0, i, &j, 1, false);
|
||||
}
|
||||
}
|
||||
llama_batch_ext_set_logits_last(batch);
|
||||
llama_batch_ext_set_output_last(batch);
|
||||
|
||||
const auto t_pp_start = ggml_time_us();
|
||||
|
||||
|
Reference in New Issue
Block a user