]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
check C++ code with -Wmissing-declarations (#3184)
authorCebtenzzre <redacted>
Fri, 15 Sep 2023 19:38:27 +0000 (15:38 -0400)
committerGitHub <redacted>
Fri, 15 Sep 2023 19:38:27 +0000 (15:38 -0400)
commit3aefaab9e59335ebb07d5205dbc8633efd680e58
tree1249b50bd748a1bdcc85d010f44feda0d884fef7
parent69eb67e28275cd2d57693405f768754a7b2245ad
check C++ code with -Wmissing-declarations (#3184)
22 files changed:
CMakeLists.txt
Makefile
common/common.cpp
common/console.cpp
common/grammar-parser.cpp
examples/baby-llama/baby-llama.cpp
examples/beam-search/beam-search.cpp
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
examples/gguf/gguf.cpp
examples/main/main.cpp
examples/perplexity/perplexity.cpp
examples/quantize-stats/quantize-stats.cpp
examples/quantize/quantize.cpp
examples/server/server.cpp
llama.cpp
llama.h
pocs/vdot/vdot.cpp
tests/test-opt.cpp
tests/test-quantize-fns.cpp
tests/test-quantize-perf.cpp
tests/test-sampling.cpp
tests/test-tokenizer-1-llama.cpp