From 52b0bb3731c1055971460b14398e7cbc308670be Mon Sep 17 00:00:00 2001 From: Francesco Buciuni Date: Thu, 6 Feb 2025 17:44:45 +0100 Subject: [PATCH] Update src/llama-chat.cpp Co-authored-by: Xuan-Son Nguyen --- src/llama-chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-chat.cpp b/src/llama-chat.cpp index 0cae2bb10..8e60c1e8e 100644 --- a/src/llama-chat.cpp +++ b/src/llama-chat.cpp @@ -594,7 +594,7 @@ int32_t llm_chat_apply_template( } else { // template not supported return -1; - } + } dest = ss.str(); return dest.size(); }