updated lite, extra error logging

This commit is contained in:
Concedo 2024-07-21 17:55:47 +08:00
parent 4d9ccddc2c
commit 0ecf13fc13
3 changed files with 111 additions and 15 deletions

View file

@ -1130,6 +1130,10 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
useSmartContext = inputs.use_smartcontext;
useContextShift = inputs.use_contextshift;
debugmode = inputs.debugmode;
if(debugmode>0)
{
kcppstderr = true;
}
auto clamped_max_context_length = inputs.max_context_length;