From 145cd4f475e59f179bd14e160d276a30417dc475 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 14 Sep 2026 11:09:24 +0800 Subject: [PATCH] fixed a typo --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index 7ac64aacb..4c55de27b 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -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;