Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: llama_grammar_accept_token arg order (#1649)
Old was: llama_grammar_accept_token(ctx, grammar, token) Now this is: llama_grammar_accept_token(grammar, ctx, token)
- Loading branch information