From 9d86a0442dcecf84c845b7e0a3b3b549f217b703 Mon Sep 17 00:00:00 2001 From: fbuciuni90 Date: Fri, 7 Feb 2025 08:12:02 +0000 Subject: [PATCH] removing whitespaces in src/lla-a-chat.cpp --- 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 8e60c1e8e..876c90691 100644 --- a/src/llama-chat.cpp +++ b/src/llama-chat.cpp @@ -169,7 +169,7 @@ llm_chat_template llm_chat_detect_template(const std::string & tmpl) { } else if (tmpl_contains("<|role_start|>")) { return LLM_CHAT_TEMPLATE_MEGREZ; } else if (tmpl_contains("")) { - return LLM_CHAT_TEMPLATE_VELVET; + return LLM_CHAT_TEMPLATE_VELVET; } return LLM_CHAT_TEMPLATE_UNKNOWN; }