From 955efb618193e446425364000bf1242c44569dd4 Mon Sep 17 00:00:00 2001 From: Chao Jiang Date: Sat, 13 Apr 2024 06:55:55 +0000 Subject: [PATCH] Fix indentation --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 919ba77d6..69a6339ee 100644 --- a/llama.cpp +++ b/llama.cpp @@ -16477,7 +16477,7 @@ static int32_t llama_chat_apply_template_internal( ss << "### Response:\n"; } } else if (tmpl == "command-r" || (tmpl.find("<|START_OF_TURN_TOKEN|>") != std::string::npos && tmpl.find("<|USER_TOKEN|>") != std::string::npos)) { - // CohereForAI/c4ai-command-r-plus + // CohereForAI/c4ai-command-r-plus for (auto message : chat) { std::string role(message->role); if (role == "system") {