mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 20:09:41 +00:00
save and load state upgraded to 3 available states
This commit is contained in:
parent
06d2bc3404
commit
736030bb9f
7 changed files with 206 additions and 82 deletions
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue