Skip to content

Commit 52b0bb3

Browse files
fbuciuni90ngxson
andauthored
Update src/llama-chat.cpp
Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 3df9d22 commit 52b0bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-chat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ int32_t llm_chat_apply_template(
594594
} else {
595595
// template not supported
596596
return -1;
597-
}
597+
}
598598
dest = ss.str();
599599
return dest.size();
600600
}

0 commit comments

Comments
 (0)