]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
chat: fix an "oldie but goodie" grammar generator bug that surfaced during last chang...
authorPiotr Wilkin (ilintar) <redacted>
Mon, 15 Jun 2026 13:27:47 +0000 (15:27 +0200)
committerGitHub <redacted>
Mon, 15 Jun 2026 13:27:47 +0000 (15:27 +0200)
commit0ae3f450f0c6454277db12f9659e7ac11ca081c0
treea3e177fdaf22a2c7b441da7e50f0b7ff49d3974c
parente3cab403bfac17066d7c1a3eb3258e95c648d114
chat: fix an "oldie but goodie" grammar generator bug that surfaced during last changes (#24653)

* chat: fix an "oldie but goodie" grammar generator bug that surfaced during last changes

* update erroneous case in PEG parser test
common/peg-parser.cpp
tests/peg-parser/test-gbnf-generation.cpp
tests/test-chat.cpp