From: Georgi Gerganov Date: Mon, 19 Feb 2024 08:34:10 +0000 (+0200) Subject: minor : fix trailing whitespace (#5538) X-Git-Tag: upstream/0.0.4488~2294 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f53119cec4f073b6d214195ecbe1fad3abdf2b34;p=pkg%2Fggml%2Fsources%2Fllama.cpp minor : fix trailing whitespace (#5538) --- diff --git a/llama.cpp b/llama.cpp index 14387064..5de07dfa 100644 --- a/llama.cpp +++ b/llama.cpp @@ -12525,7 +12525,7 @@ static std::string trim(const std::string & str) { // This function uses heuristic checks to determine commonly used template. It is not a jinja parser. static int32_t llama_chat_apply_template_internal( const std::string & tmpl, - const std::vector & chat, + const std::vector & chat, std::string & dest, bool add_ass) { // Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527 std::stringstream ss;