Skip to content

Commit a23118d

Browse files
committed
rm training whitespace
1 parent 555f49a commit a23118d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15594,7 +15594,7 @@ LLAMA_API int32_t llama_chat_apply_antiprompt(
1559415594
}
1559515595

1559615596
std::string antiprompt;
15597-
15597+
1559815598
if (tmpl_str == "chatml" || tmpl_str.find("<|im_start|>") != std::string::npos) {
1559915599
antiprompt = "<|im_start|>user";
1560015600
} else if (tmpl_str == "llama2" || tmpl_str.find("[INST]") != std::string::npos) {

0 commit comments

Comments
 (0)