mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-30 16:20:20 +00:00
e0f556186b
* Add left recursion check: quit early instead of going into an infinite loop * Remove custom enum, rename left recursion check and move to "grammar internal" section, add handling for edge case where a leftmost nonterminal may be empty * Remove unnecessary declaration