Commit 5575fed
authored
fix: llama_grammar_accept_token arg order (abetlen#1649)
Old was:
llama_grammar_accept_token(ctx, grammar, token)
Now this is:
llama_grammar_accept_token(grammar, ctx, token)1 parent f7b9e6d commit 5575fed
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments