Update spelling in memoize
Co-authored-by: Clint Herron <hanclinto@gmail.com>
This commit is contained in:
parent
34fc44d03b
commit
a33fbbe411
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ static bool llama_grammar_match_partial_char(
|
||||||
|
|
||||||
// transforms a grammar pushdown stack into N possible stacks, all ending
|
// transforms a grammar pushdown stack into N possible stacks, all ending
|
||||||
// at a character range (terminal element)
|
// at a character range (terminal element)
|
||||||
// additionally memorizes the stack to its possible stacks by mapping
|
// additionally memoizes the stack to its possible stacks by mapping
|
||||||
// < llama_grammar_stack, llama_grammar_stacks >
|
// < llama_grammar_stack, llama_grammar_stacks >
|
||||||
|
|
||||||
static void llama_grammar_advance_stack_memo(
|
static void llama_grammar_advance_stack_memo(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue