]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add GBNF validator program (#5948)
authorClint Herron <redacted>
Thu, 4 Apr 2024 07:44:28 +0000 (03:44 -0400)
committerGitHub <redacted>
Thu, 4 Apr 2024 07:44:28 +0000 (10:44 +0300)
commit9b84ae1806cded4d6683c7b810925da5ead40607
tree608fa8160885c5c7571c8bd400fa59d9a2ee7e78
parent4399f13fb9462cd06f3f154d0aee738425000fea
examples : add GBNF validator program (#5948)

* Revising GBNF validator program to be much simpler.

* Changing from streams to using cstdio

* Adding final newline character.
Makefile
examples/gbnf-validator/CMakeLists.txt [new file with mode: 0644]
examples/gbnf-validator/gbnf-validator.cpp [new file with mode: 0644]
llama.cpp
llama.h