Skip to content

Commit d2970f8

Browse files
ggerganovhodlen
authored andcommitted
minor : fix trailing whitespace (ggml-org#5538)
1 parent 4f068ec commit d2970f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12525,7 +12525,7 @@ static std::string trim(const std::string & str) {
1252512525
// This function uses heuristic checks to determine commonly used template. It is not a jinja parser.
1252612526
static int32_t llama_chat_apply_template_internal(
1252712527
const std::string & tmpl,
12528-
const std::vector<const llama_chat_message *> & chat,
12528+
const std::vector<const llama_chat_message *> & chat,
1252912529
std::string & dest, bool add_ass) {
1253012530
// Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
1253112531
std::stringstream ss;

0 commit comments

Comments
 (0)