Skip to content

Commit 9d86a04

Browse files
committed
removing whitespaces in src/lla-a-chat.cpp
1 parent 52b0bb3 commit 9d86a04

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
@@ -169,7 +169,7 @@ llm_chat_template llm_chat_detect_template(const std::string & tmpl) {
169169
} else if (tmpl_contains("<|role_start|>")) {
170170
return LLM_CHAT_TEMPLATE_MEGREZ;
171171
} else if (tmpl_contains("<instruction>")) {
172-
return LLM_CHAT_TEMPLATE_VELVET;
172+
return LLM_CHAT_TEMPLATE_VELVET;
173173
}
174174
return LLM_CHAT_TEMPLATE_UNKNOWN;
175175
}

0 commit comments

Comments
 (0)