]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : normalize naming style (#7462)
authorGeorgi Gerganov <redacted>
Wed, 22 May 2024 17:04:20 +0000 (20:04 +0300)
committerGitHub <redacted>
Wed, 22 May 2024 17:04:20 +0000 (20:04 +0300)
commit6ff13987ad1a9519bee13dd98b6a21cd98979aab
treee085c9fbac76f57dbbef6233b42eb981352e9925
parent38c03478a37e460ecd3a21155b338a83bfed7f90
common : normalize naming style (#7462)

* common : normalize naming style

ggml-ci

* common : match declaration / definition order

* zig : try to fix build
21 files changed:
build.zig
common/common.cpp
common/common.h
common/sampling.cpp
common/sampling.h
common/train.cpp
examples/batched/batched.cpp
examples/embedding/embedding.cpp
examples/eval-callback/eval-callback.cpp
examples/imatrix/imatrix.cpp
examples/infill/infill.cpp
examples/llama-bench/llama-bench.cpp
examples/llava/llava-cli.cpp
examples/lookahead/lookahead.cpp
examples/lookup/lookup.cpp
examples/main/main.cpp
examples/parallel/parallel.cpp
examples/perplexity/perplexity.cpp
examples/quantize/quantize.cpp
examples/retrieval/retrieval.cpp
examples/server/server.cpp