Skip to content

Commit 5ff87db

Browse files
ggerganovjordankanter
authored andcommitted
minor : fix trailing whitespace (ggml-org#5538)
1 parent 16cb79c commit 5ff87db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

+1-1
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)