Olivier Chafik
|
79967ec596
grammar : use int64_t to avoid int overflows in int schema to grammar conversion logic (#16626)
|
3 months ago |
Georgi Gerganov
|
53f925074d
sync : vendor (#13901)
|
7 months ago |
Georgi Gerganov
|
13b4548877
cmake : do not include ./src as public for libllama (#13062)
|
8 months ago |
Michał Moskal
|
ff227703d6
sampling : support for llguidance grammars (#10224)
|
11 months ago |
Olivier Chafik
|
8b576b6c55
Tool call support (generic + native for Llama, Functionary, Hermes, Mistral, Firefunction, DeepSeek) w/ lazy grammars (#9639)
|
11 months ago |
Georgi Gerganov
|
5cab3e4aaa
llama : minor grammar refactor (#10897)
|
1 year ago |
Georgi Gerganov
|
df270ef745
llama : refactor sampling v2 (#9294)
|
1 year ago |
fairydreaming
|
90db8146d5
tests : add missing comma in grammar integration tests (#9099)
|
1 year ago |
Georgi Gerganov
|
938943cdbf
llama : move vocab, grammar and sampling into separate files (#8508)
|
1 year ago |
Olivier Chafik
|
139cc621e9
`json`: restore default additionalProperties to false, fix some pattern escapes (#8180)
|
1 year ago |
Olivier Chafik
|
9b2f16f805
`json`: better support for "type" unions (e.g. nullable arrays w/ typed items) (#7863)
|
1 year ago |
Olivier Chafik
|
6777c544bd
`json`: fix additionalProperties, allow space after enum/const (#7840)
|
1 year ago |
Daniel Bevenius
|
e6bf007744
llama : return nullptr from llama_grammar_init (#8093)
|
1 year ago |
Olivier Chafik
|
84631fe150
`json`: support integer minimum, maximum, exclusiveMinimum, exclusiveMaximum (#7797)
|
1 year ago |
Clint Herron
|
c5a8d4b749
JSON Schema to GBNF integration tests (#7790)
|
1 year ago |
Clint Herron
|
ad675e1c67
Added support for . (any character) token in grammar engine. (#6467)
|
1 year ago |
Olivier Chafik
|
55b2d0849d
grammars: x{min,max} repetition operator (#6640)
|
1 year ago |
Haggai Nuchi
|
e0f556186b
Add left recursion check: quit early instead of going into an infinite loop (#7083)
|
1 year ago |
Clint Herron
|
b8c1476e44
Extending grammar integration tests (#6644)
|
1 year ago |
Olivier Chafik
|
cbaadc9294
grammars: 1.5x faster inference w/ complex grammars (vector reserves / reuses) (#6609)
|
1 year ago |
Clint Herron
|
57dd02c44b
Tests: Added integration tests for GBNF parser (#6472)
|
1 year ago |