mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
allow hordeconfig to set a max ctx length too.
This commit is contained in:
parent
278427d9a4
commit
b08b371983
2 changed files with 15 additions and 9 deletions
|
@ -1129,7 +1129,10 @@ generation_outputs gpttype_generate(const generation_inputs inputs, generation_o
|
|||
params.n_threads = original_threads;
|
||||
time1 = timer_check();
|
||||
timer_start();
|
||||
printf("\n");
|
||||
if(debugmode!=-1)
|
||||
{
|
||||
printf("\n");
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int eosID = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue