mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 09:38:55 +02:00
save and load state upgraded to 3 available states
This commit is contained in:
+4
-4
@@ -131,8 +131,8 @@ void ContextFastForward(std::vector<int> ¤t_context_tokens, std::vector<in
|
||||
|
||||
size_t gpttype_calc_new_state_kv();
|
||||
size_t gpttype_calc_new_state_tokencount();
|
||||
size_t gpttype_calc_old_state_kv();
|
||||
size_t gpttype_calc_old_state_tokencount();
|
||||
size_t gpttype_save_state_kv();
|
||||
bool gpttype_load_state_kv();
|
||||
size_t gpttype_calc_old_state_kv(int slot);
|
||||
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);
|
||||
Reference in New Issue
Block a user