mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
Added prints for stopping sequences, made makefile 1% friendlier to arch linux users
This commit is contained in:
parent
525184930d
commit
6548d3b3fb
4 changed files with 15 additions and 6 deletions
|
@ -246,6 +246,7 @@ generation_outputs llama_generate(const generation_inputs inputs, generation_out
|
|||
if (concat_output.find(matched) != std::string::npos)
|
||||
{
|
||||
remaining_tokens = 0;
|
||||
printf("\n(Stop sequence triggered)");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue