allow hordeconfig to set a max ctx length too.

This commit is contained in:
Concedo 2023-06-18 16:42:32 +08:00
parent 278427d9a4
commit b08b371983
2 changed files with 15 additions and 9 deletions

View file

@ -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;