Skip to content

Commit 60ed870

Browse files
authored
Small change to \n
Small change to \n
1 parent 3cca307 commit 60ed870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21717,7 +21717,7 @@ static int32_t llama_chat_apply_template_internal(
2171721717
// IBM Granite template
2171821718
for (const auto& message : chat) {
2171921719
std::string role(message->role);
21720-
ss << "<|start_of_role|>" << role << "<|end_of_role|>\n"
21720+
ss << "<|start_of_role|>" << role << "<|end_of_role|>"
2172121721
<< message->content << "<|end_of_text|>\n";
2172221722
}
2172321723
if (add_ass) {

0 commit comments

Comments
 (0)