Skip to content

Commit 50ef6ca

Browse files
arch-btwngxson
andauthored
Add code space &
Co-authored-by: Xuan Son Nguyen <[email protected]>
1 parent 60ed870 commit 50ef6ca

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
@@ -21715,7 +21715,7 @@ static int32_t llama_chat_apply_template_internal(
2171521715
}
2171621716
} else if (tmpl == "granite" || tmpl_contains("<|start_of_role|>")) {
2171721717
// IBM Granite template
21718-
for (const auto& message : chat) {
21718+
for (const auto & message : chat) {
2171921719
std::string role(message->role);
2172021720
ss << "<|start_of_role|>" << role << "<|end_of_role|>"
2172121721
<< message->content << "<|end_of_text|>\n";

0 commit comments

Comments
 (0)