mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
removed main.exe to reduce clutter, added support for rep pen in gptj
This commit is contained in:
parent
9c0dbbb08b
commit
52de932842
11 changed files with 46 additions and 22 deletions
|
@ -263,7 +263,7 @@ generation_outputs llama_generate(const generation_inputs inputs, generation_out
|
|||
}
|
||||
time2 = timer_check();
|
||||
printf("\nTime Taken - Processing:%.1fs, Generation:%.1fs, Total:%.1fs", time1, time2, (time1 + time2));
|
||||
|
||||
fflush(stdout);
|
||||
output.status = 1;
|
||||
snprintf(output.text, sizeof(output.text), "%s", concat_output.c_str());
|
||||
return output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue