added support for RNN models in smartcache

This commit is contained in:
Concedo
2025-12-19 16:36:25 +08:00
parent cde4791e36
commit e9ae0cb2dd
2 changed files with 158 additions and 20 deletions
+3 -1
View File
@@ -140,4 +140,6 @@ size_t gpttype_calc_old_state_tokencount(int slot);
size_t gpttype_save_state_kv(int slot);
bool gpttype_load_state_kv(int slot);
bool gpttype_clear_state_kv(bool shrink);
int get_oldest_slot(int excludeSlotId);
int get_oldest_slot(int excludeSlotId);
void touch_slot(int slot);
int get_identical_existing_slot();