From 1160de38f6d7f717b2fba61dcb1238ba974f8cc1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 17 Dec 2023 21:25:19 +0200 Subject: [PATCH] Update llama.cpp Co-authored-by: Jared Van Bortel --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 3dbbe0a80..e67f5e8fc 100644 --- a/llama.cpp +++ b/llama.cpp @@ -9039,7 +9039,7 @@ struct llama_model * llama_load_model_from_file( if (status == -1) { LLAMA_LOG_ERROR("%s: failed to load model\n", __func__); } else if (status == -2) { - LLAMA_LOG_INFO("%s, cancelled model load\n", __func__); + LLAMA_LOG_INFO("%s: cancelled model load\n", __func__); } delete model; return nullptr;