mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
updated lite, extra error logging
This commit is contained in:
parent
4d9ccddc2c
commit
0ecf13fc13
3 changed files with 111 additions and 15 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue