summaryrefslogtreecommitdiff
path: root/common/grammar-parser.cpp
AgeCommit message (Expand)Author
2024-06-06Added support for . (any character) token in grammar engine. (#6467)Clint Herron
2024-06-06grammars: x{min,max} repetition operator (#6640)Olivier Chafik
2024-05-16grammar, json, llama: replace push on emplace if it possible (#7273)Herman Semenov
2024-05-10Fix memory bug in grammar parser (#7194)Justine Tunney
2024-03-10grammar : verify parsed state (#5950)Clint Herron
2023-12-04grammar-parser : fix typo (#4318)Ikko Eltociear Ashimine
2023-10-20ggml : fix rope + llama minor optimizations (#3560)Herman Semenov
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-08-21gguf : new file format with flexible meta data (beta) (#2398)Georgi Gerganov