mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
updated lite, improve horde worker (+1 squashed commits)
Squashed commits: [a7c25999] improve horde worker
This commit is contained in:
parent
ae8ccdc1be
commit
0cc740115d
3 changed files with 98 additions and 40 deletions
|
@ -1722,7 +1722,10 @@ generation_outputs gpttype_generate(const generation_inputs inputs, generation_o
|
|||
if(inputs.unban_tokens_rt && id==eosID)
|
||||
{
|
||||
stopper_unused_tokens = remaining_tokens;
|
||||
printf("\n(EOS token triggered!)");
|
||||
if(debugmode!=-1)
|
||||
{
|
||||
printf("\n(EOS token triggered!)");
|
||||
}
|
||||
remaining_tokens = 0;
|
||||
last_stop_reason = stop_reason::EOS_TOKEN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue