mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 11:24:53 +00:00
feat: include proto changes
This commit is contained in:
parent
fae510b8f6
commit
da3f18e5c8
@ -104,6 +104,8 @@ message NextTokenChooserParameters {
|
|||||||
string grammar = 10;
|
string grammar = 10;
|
||||||
/// grammar type
|
/// grammar type
|
||||||
GrammarType grammar_type = 11;
|
GrammarType grammar_type = 11;
|
||||||
|
/// logit bias dictionary mapping token string to bias value
|
||||||
|
map<string, int32> logit_bias = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
message StoppingCriteriaParameters {
|
message StoppingCriteriaParameters {
|
||||||
|
Loading…
Reference in New Issue
Block a user