Skip to content

Commit

Permalink
Removed uneeded vocab.tokenizer_clean_spaces assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
m18coppola committed Jul 19, 2024
1 parent 003fcaf commit ea215c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5520,7 +5520,6 @@ static void llm_load_vocab(
} else if (
tokenizer_pre == "tekken") {
vocab.type_pre = LLAMA_VOCAB_PRE_TYPE_TEKKEN;
vocab.tokenizer_clean_spaces = true;
vocab.tokenizer_ignore_merges = true;
vocab.tokenizer_add_bos = true;
} else if (
Expand Down

0 comments on commit ea215c7

Please sign in to comment.