]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cmake : do not include ./src as public for libllama (#13062)
authorGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 13:00:10 +0000 (16:00 +0300)
committerGitHub <redacted>
Thu, 24 Apr 2025 13:00:10 +0000 (16:00 +0300)
commit13b4548877326fdabee3e831b8cfd65d9844383c
tree1e359ad03f556683ef65ae7d3fbf53640cfb8875
parent572b3141d343d7f947bf53b57513016e90db5680
cmake : do not include ./src as public for libllama (#13062)

* cmake : do not include ./src as public for libllama

ggml-ci

* cmake : rework tests

ggml-ci

* llguidance : remove unicode include

ggml-ci

* cmake : make c++17 private

ggml-ci
19 files changed:
common/arg.cpp
examples/CMakeLists.txt
examples/gbnf-validator/CMakeLists.txt [deleted file]
examples/gbnf-validator/gbnf-validator.cpp [deleted file]
examples/quantize-stats/CMakeLists.txt [deleted file]
examples/quantize-stats/quantize-stats.cpp [deleted file]
grammars/README.md
src/CMakeLists.txt
tests/CMakeLists.txt
tests/test-chat.cpp
tests/test-gbnf-validator.cpp [new file with mode: 0644]
tests/test-grammar-integration.cpp
tests/test-grammar-llguidance.cpp
tests/test-grammar-parser.cpp
tests/test-json-schema-to-grammar.cpp
tests/test-llama-grammar.cpp
tests/test-quantize-stats.cpp [new file with mode: 0644]
tests/test-tokenizer-1-bpe.cpp
tests/test-tokenizer-1-spm.cpp