mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
remove unwanted print
This commit is contained in:
parent
e692a79aab
commit
cff72c5d26
1 changed files with 0 additions and 1 deletions
|
@ -3218,7 +3218,6 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
|||
//handle temp bans from antislop
|
||||
if (antislop_banned_token_ids.find(n_past) != antislop_banned_token_ids.end()) {
|
||||
std::vector<int>& bans = antislop_banned_token_ids[n_past];
|
||||
print_tok_vec_str(bans);
|
||||
for(int t=0;t<bans.size();++t)
|
||||
{
|
||||
logitsPtr[bans[t]]=lowestLogit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue