Viewing profile — peer0
peer0
HN member- Joined
- Wed, May 20, 2026, 4:30 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About peer0
No profile information was provided.
Recent public activity
-
comment
Comment #48211315
https://github.com/ggml-org/llama.cpp/blob/master/grammars/R... llama.cpp supports grammar limiting using either GBNF or json schema (It just translate it to GBNF behind the scenes…
-
comment
Comment #48210301
This seems similar to what I done using llama.cpp's "Grammar constrained generation" for my local agents. But using that instead of catching and retrying it is just literally impos…