]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
minor : fix trailing whitespace (#5538)
authorGeorgi Gerganov <redacted>
Mon, 19 Feb 2024 08:34:10 +0000 (10:34 +0200)
committerGeorgi Gerganov <redacted>
Mon, 19 Feb 2024 08:34:10 +0000 (10:34 +0200)
llama.cpp

index 143870645d6371012f0beee1b0e252400a2d028f..5de07dfa999a7cb8417ee0c3ddeef639428b81f8 100644 (file)
--- 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<const llama_chat_message *> & chat, 
+    const std::vector<const llama_chat_message *> & chat,
     std::string & dest, bool add_ass) {
     // Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
     std::stringstream ss;