Skip to content

Commit

Permalink
minor : fix trailing whitespace (ggerganov#5538)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored and jordankanter committed Mar 13, 2024
1 parent 16cb79c commit 5ff87db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12525,7 +12525,7 @@ static std::string trim(const std::string & str) {
// This function uses heuristic checks to determine commonly used template. It is not a jinja parser.
static int32_t llama_chat_apply_template_internal(
const std::string & tmpl,
const std::vector<const llama_chat_message *> & chat,
const std::vector<const llama_chat_message *> & chat,
std::string & dest, bool add_ass) {
// Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
std::stringstream ss;
Expand Down

0 comments on commit 5ff87db

Please sign in to comment.