parent
e4841d24d3
commit
6ffd4e9c44
3 changed files with 17 additions and 15 deletions
|
|
@ -177,7 +177,8 @@ struct common_params_sampling {
|
|||
std::vector<common_grammar_trigger> grammar_triggers; // optional triggers (for lazy grammars)
|
||||
std::set<llama_token> preserved_tokens;
|
||||
|
||||
std::vector<llama_logit_bias> logit_bias; // logit biases to apply
|
||||
std::vector<llama_logit_bias> logit_bias; // logit biases to apply
|
||||
std::vector<llama_logit_bias> logit_bias_eog; // pre-calculated logit biases for EOG tokens
|
||||
|
||||
// print the parameters into a string
|
||||
std::string print() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue