This commit is contained in:
Concedo
2025-12-17 16:04:45 +08:00
parent c93c4c5505
commit cacfa37611
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ static int delayed_generated_tokens_limit = 0;
std::deque<std::string> delayed_generated_tokens; //for use with antislop sampling
static std::map<int,std::vector<int>> antislop_banned_token_ids; //first is the npast position, second is the array of banned ids at that index
const int savestate_limit = 4;
const int savestate_limit = 5;
static savestate_data savestates[savestate_limit];
inline int kcpp_cpu_has_blas(void) {