Skip to content

Commit 369be55

Browse files
authored
llama : fix typo in llama-grammar.h [no ci] (#11816)
1 parent 4078c77 commit 369be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-grammar.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct llama_grammar {
116116
llama_partial_utf8 partial_utf8;
117117

118118
// 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.
119+
// we still have trigger_tokens for non-lazy grammars to force printing of special trigger tokens.
120120
// (useful e.g. for tool_choice=required)
121121
bool lazy = false;
122122
bool awaiting_trigger = false; // Initialized to true for lazy grammars only

0 commit comments

Comments
 (0)