]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
grammar: Fix grammar root symbol check (#19761)
authorAsbjørn Olling <redacted>
Thu, 12 Mar 2026 11:04:56 +0000 (12:04 +0100)
committerGitHub <redacted>
Thu, 12 Mar 2026 11:04:56 +0000 (12:04 +0100)
commit0a10c34dc146b19cc256a66b36321d753899a684
treed7df3810851aba235abc057ac42bbc9aa1e6a1e8
parentdeee23863bb75a67471c62b605248d3ff725c9f0
grammar: Fix grammar root symbol check (#19761)

* grammar: fix bad check for root symbol, correct error logging

* add tests to demonstrate root symbol check failure
src/llama-grammar.cpp
tests/test-grammar-integration.cpp