mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 00:54:41 +00:00
parent
101f7a6e73
commit
5070815dcf
2 changed files with 23 additions and 0 deletions
|
@ -457,6 +457,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs, generation_o
|
|||
{
|
||||
printf("\rGenerating (%d / %d tokens)", (1 + params.n_predict - remaining_tokens), params.n_predict);
|
||||
}
|
||||
fflush(stdout);
|
||||
|
||||
bool evalres = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue