mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fixed a typo
This commit is contained in:
+1
-1
@@ -3608,7 +3608,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
||||
{
|
||||
if(savestate_limit>0)
|
||||
{
|
||||
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);
|
||||
printf("RNN or Hybrid 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 += 1;
|
||||
rnn_reusable_slot_idx = savestate_limit - 1;
|
||||
|
||||
Reference in New Issue
Block a user