chore(deps): bump llama.cpp to 'ecbcb7ea9d3303097519723b264a8b5f1e977028' (#8672)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-02-28 00:33:56 +01:00
committed by GitHub
parent 73b997686a
commit 1c5dc83232
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
LLAMA_VERSION?=723c71064da0908c19683f8c344715fbf6d986fd
LLAMA_VERSION?=ecbcb7ea9d3303097519723b264a8b5f1e977028
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
CMAKE_ARGS?=

View File

@@ -362,7 +362,7 @@ static void params_parse(server_context& /*ctx_server*/, const backend::ModelOpt
params.mmproj.path = request->mmproj();
}
// params.model_alias ??
params.model_alias = request->modelfile();
params.model_alias.insert(request->modelfile());
if (!request->cachetypekey().empty()) {
params.cache_type_k = kv_cache_type_from_str(request->cachetypekey());
}