Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | grammars: 1.5x faster inference w/ complex grammars (vector reserves / ↵ | Olivier Chafik | |
reuses) (#6609) * grammars: reserve rejects & next candidates * grammars: reuse new_stacks * grammars: fix missing sig change in llama.h * grammars: fix test (api changed) * grammars: update gbnf-validator.cpp * grammars: simpler syntax (no swap) | |||
2024-04-04 | examples : add GBNF validator program (#5948) | Clint Herron | |
* Revising GBNF validator program to be much simpler. * Changing from streams to using cstdio * Adding final newline character. |