chore(llama.cpp): bump to 'f6b533d898ce84bae8d9fa8dfc6697ac087800bf' (#8275)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-01-29 00:22:25 +01:00
committed by GitHub
parent c28c0227c6
commit 48e08772f3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
LLAMA_VERSION?=2b4cbd2834e427024bc7f935a1f232aecac6679b
LLAMA_VERSION?=f6b533d898ce84bae8d9fa8dfc6697ac087800bf
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
CMAKE_ARGS?=

View File

@@ -778,8 +778,8 @@ public:
if (!params.mmproj.path.empty()) {
error_msg += " (with mmproj: " + params.mmproj.path + ")";
}
if (params.has_speculative() && !params.speculative.model.path.empty()) {
error_msg += " (with draft model: " + params.speculative.model.path + ")";
if (params.speculative.has_dft() && !params.speculative.mparams_dft.path.empty()) {
error_msg += " (with draft model: " + params.speculative.mparams_dft.path + ")";
}
// Add captured error details if available