b9744
📦 llama-cppView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release includes a significant refactoring of the GBNF grammar generation process within common/peg, converting it to an AC automaton, and addresses a regression in server-tools.cpp.
✨ New Features
- Refactored GBNF grammar generation in common/peg to use an AC automaton.
🐛 Bug Fixes
- Fixed a regression in server-tools.cpp.