mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
adjust slot counts
This commit is contained in:
parent
42134db6b4
commit
d904b51b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -2597,7 +2597,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
|||
{
|
||||
printf("RNN or Hyrbid model with FF and shifting flags enabled - SmartCache will be enabled with extra slots. Disable CtxShift if you do not want this.\n",savestate_limit);
|
||||
kcpp_data->smartcache = true;
|
||||
savestate_limit *= 2;
|
||||
savestate_limit += 3;
|
||||
}
|
||||
savestates.resize(savestate_limit);
|
||||
if(kcpp_data->smartcache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue