mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
added support for RNN models in smartcache
This commit is contained in:
+3
-1
@@ -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();
|
||||
Reference in New Issue
Block a user