COMMITS
/ llama_cpp/llama_grammar.py March 22, 2026
A
misc: Add Ruff formatting (#2148)
Andrei committed
September 19, 2024
A
misc: Format
Andrei Betlen committed
A
feat: Update sampling API for llama.cpp (#1742)
Andrei committed
August 12, 2024
E
fix: Added back from_file method to LlamaGrammar (#1673)
ExtReMLapin committed
August 8, 2024
A
fix: grammar prints on each call. Closes #1666
Andrei Betlen committed
August 7, 2024
E
feat: Ported back new grammar changes from C++ to Python implementation (#1637)
ExtReMLapin committed
July 9, 2024
A
fix(misc): Format
Andrei Betlen committed
April 30, 2024
J
fix: UTF-8 handling with grammars (#1415)
Jonathan Soma committed
April 18, 2024
L
feat: update grammar schema converter to match llama.cpp (#1353)
Lucca Zenóbio committed
April 17, 2024
A
Revert "feat: Update json to grammar (#1350)"
Andrei Betlen committed
L
feat: Update json to grammar (#1350)
Lucca Zenóbio committed
March 9, 2024
A
Fixed json strings grammar by blacklisting character control set. Closes #1259
Andrei Betlen committed
February 22, 2024
A
feat: support minItems/maxItems in JSON grammar converter (by @nopperl)
Andrei Betlen committed
February 13, 2024
A
January 22, 2024
A
fix: from_json_schema oneof/anyof bug. Closes #1097
Andrei Betlen committed
January 15, 2024
M
Fix Pydantic model parsing (#1087)
Mark Neumann committed
January 10, 2024
J
print_grammar to stderr (#1052)
Joseph Turian committed
November 23, 2023
A
Add from_json_schema to LlamaGrammar
Andrei Betlen committed
November 21, 2023
A
Fix type warnings for json schema grammar converter
Andrei Betlen committed
M
Do not set `grammar` to `None` for new `LlamaGrammar` objects (#834)
Maarten ter Huurne committed
November 10, 2023
A
Add $ref and $defs support to json schema converter
Andrei Betlen committed
A
Fix: json_schema_to_gbnf should take string dump of json schema as input
Andrei Betlen committed
November 8, 2023
A
Fix built in GBNF grammar rules
Andrei Betlen committed
D
Multimodal Support (Llava 1.5) (#821)
Damian Stewart committed
November 3, 2023
A
Add functionary support (#784)
Andrei committed
August 17, 2023
C
Fix typos in llama_grammar
c0sogi committed
August 7, 2023
C
prevent memory access error by llama_grammar_free
c0sogi committed
C
reset grammar for every generation
c0sogi committed
August 6, 2023
C
Added grammar based sampling
c0sogi committed
August 5, 2023
C
Added low level grammar API
c0sogi committed