mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
detokenize add special token ids
This commit is contained in:
@@ -158,6 +158,12 @@ struct token_count_outputs
|
||||
int count = 0;
|
||||
int * ids; //we'll just use shared memory for this one, bit of a hack
|
||||
};
|
||||
struct detokenize_inputs
|
||||
{
|
||||
int count = 0;
|
||||
int * ids; //we'll just use shared memory for this one, bit of a hack
|
||||
bool special = false;
|
||||
};
|
||||
|
||||
struct logprob_item {
|
||||
int option_count;
|
||||
|
||||
Reference in New Issue
Block a user