]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
libs : rename libcommon -> libllama-common (#21936)
authorGeorgi Gerganov <redacted>
Fri, 17 Apr 2026 08:11:46 +0000 (11:11 +0300)
committerGitHub <redacted>
Fri, 17 Apr 2026 08:11:46 +0000 (11:11 +0300)
commit6990e2f1f7581d332a6a1f34d6c567be70138184
tree423d890cc43c64e0f5e0fa374eb48e4722cb4159
parentfcc7508759c7a3fe5a0f4500592657900be8aca5
libs : rename libcommon -> libllama-common (#21936)

* cmake : allow libcommon to be shared

* cmake : rename libcommon to libllama-common

* cont : set -fPIC for httplib

* cont : export all symbols

* cont : fix build_info exports

* libs : add libllama-common-base

* log : add common_log_get_verbosity_thold()
58 files changed:
CMakeLists.txt
common/CMakeLists.txt
common/arg.cpp
common/build-info.cpp.in
common/build-info.h [new file with mode: 0644]
common/common.cpp
common/common.h
common/download.cpp
common/hf-cache.cpp
common/log.cpp
common/log.h
examples/batched/CMakeLists.txt
examples/convert-llama2c-to-ggml/CMakeLists.txt
examples/debug/CMakeLists.txt
examples/diffusion/CMakeLists.txt
examples/embedding/CMakeLists.txt
examples/eval-callback/CMakeLists.txt
examples/gen-docs/CMakeLists.txt
examples/idle/CMakeLists.txt
examples/lookahead/CMakeLists.txt
examples/lookup/CMakeLists.txt
examples/parallel/CMakeLists.txt
examples/passkey/CMakeLists.txt
examples/retrieval/CMakeLists.txt
examples/save-load-state/CMakeLists.txt
examples/speculative-simple/CMakeLists.txt
examples/speculative/CMakeLists.txt
examples/sycl/CMakeLists.txt
examples/training/CMakeLists.txt
pocs/vdot/CMakeLists.txt
tests/CMakeLists.txt
tests/test-quantize-stats.cpp
tools/batched-bench/CMakeLists.txt
tools/cli/CMakeLists.txt
tools/completion/CMakeLists.txt
tools/cvector-generator/CMakeLists.txt
tools/cvector-generator/cvector-generator.cpp
tools/export-lora/CMakeLists.txt
tools/fit-params/CMakeLists.txt
tools/gguf-split/CMakeLists.txt
tools/gguf-split/gguf-split.cpp
tools/imatrix/CMakeLists.txt
tools/llama-bench/CMakeLists.txt
tools/llama-bench/llama-bench.cpp
tools/mtmd/CMakeLists.txt
tools/parser/CMakeLists.txt
tools/perplexity/CMakeLists.txt
tools/quantize/CMakeLists.txt
tools/quantize/quantize.cpp
tools/results/CMakeLists.txt
tools/server/CMakeLists.txt
tools/server/server-context.cpp
tools/server/server-models.cpp
tools/server/server-task.cpp
tools/server/server.cpp
tools/tokenize/CMakeLists.txt
tools/tts/CMakeLists.txt
vendor/cpp-httplib/CMakeLists.txt