We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4078c77 commit 369be55Copy full SHA for 369be55
src/llama-grammar.h
@@ -116,7 +116,7 @@ struct llama_grammar {
116
llama_partial_utf8 partial_utf8;
117
118
// lazy grammars wait for trigger words or tokens before constraining the sampling.
119
- // we still ahve trigger_tokens for non-lazy grammars to force printing of special trigger tokens.
+ // we still have trigger_tokens for non-lazy grammars to force printing of special trigger tokens.
120
// (useful e.g. for tool_choice=required)
121
bool lazy = false;
122
bool awaiting_trigger = false; // Initialized to true for lazy grammars only
0 commit comments