]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
fix some warnings from gcc and clang-tidy (#3038)
authorCebtenzzre <redacted>
Thu, 7 Sep 2023 17:22:29 +0000 (13:22 -0400)
committerGitHub <redacted>
Thu, 7 Sep 2023 17:22:29 +0000 (13:22 -0400)
commit00d62adb79bf914a95fb9a2e8f42f3029e76d62c
tree36d294e4df3ded0cd0f3c96ab7bd64dd800002ec
parent4fa2cc1750b861880de42515cb19c13b2d776ee2
fix some warnings from gcc and clang-tidy (#3038)

Co-authored-by: xaedes <redacted>
22 files changed:
.clang-tidy
CMakeLists.txt
Makefile
common/common.cpp
common/common.h
common/grammar-parser.cpp
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
examples/embd-input/embd-input-lib.cpp
examples/embedding/embedding.cpp
examples/gptneox-wip/falcon-main.cpp
examples/gptneox-wip/gptneox-main.cpp
examples/main/main.cpp
examples/perplexity/perplexity.cpp
examples/quantize-stats/quantize-stats.cpp
examples/quantize/quantize.cpp
examples/save-load-state/save-load-state.cpp
examples/server/server.cpp
examples/train-text-from-scratch/train-text-from-scratch.cpp
ggml-alloc.c
ggml.c
llama.cpp
tests/test-quantize-perf.cpp