Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Xydane committed Jan 29, 2025
1 parent 8542280 commit 7af1115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5427,7 +5427,7 @@ static void llm_load_vocab(
t.first == "<|im_end|>" ||
t.first == "<|end|>" ||
t.first == "<end_of_turn>" ||
t.first == "<|endoftext|>"
t.first == "<|endoftext|>"
)
) {
vocab.special_eot_id = t.second;
Expand Down

0 comments on commit 7af1115

Please sign in to comment.