Skip to content

Commit 1c5dc83

Browse files
authored
chore(deps): bump llama.cpp to 'ecbcb7ea9d3303097519723b264a8b5f1e977028' (mudler#8672)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 73b9976 commit 1c5dc83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/cpp/llama-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
LLAMA_VERSION?=723c71064da0908c19683f8c344715fbf6d986fd
2+
LLAMA_VERSION?=ecbcb7ea9d3303097519723b264a8b5f1e977028
33
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
44

55
CMAKE_ARGS?=

backend/cpp/llama-cpp/grpc-server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ static void params_parse(server_context& /*ctx_server*/, const backend::ModelOpt
362362
params.mmproj.path = request->mmproj();
363363
}
364364
// params.model_alias ??
365-
params.model_alias = request->modelfile();
365+
params.model_alias.insert(request->modelfile());
366366
if (!request->cachetypekey().empty()) {
367367
params.cache_type_k = kv_cache_type_from_str(request->cachetypekey());
368368
}

0 commit comments

Comments
 (0)