Replies: 1 comment
-
Hey @cdaman123! For validating the compiled grammar, the output of
This form of the grammar is pretty low level and pretty directly maps to the in-memory representation. For something like a specification of the syntax, check out the GBNF guide at grammars/README.md if you haven't already. Let me know if that helps or if you were after something else. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am facing some conditions where llama output completes at
:
token. I added markdown in JSON grammar. I want to check state machine of my new grammar regex. Is there any compiler available forgbnf
likebnf
. Or what is different b/w the syntax ofbnf
andgbnf
.Please help me with resolving this issue.
Thank You.
Beta Was this translation helpful? Give feedback.
All reactions