style : remove spaces
This commit is contained in:
parent
68220feaf8
commit
98fc182312
1 changed files with 1 additions and 1 deletions
|
@ -5098,7 +5098,7 @@ static void llm_load_vocab(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::sort( vocab.cache_special_tokens.begin(), vocab.cache_special_tokens.end(),
|
std::sort(vocab.cache_special_tokens.begin(), vocab.cache_special_tokens.end(),
|
||||||
[&] (const llama_vocab::id a, const llama_vocab::id b) {
|
[&] (const llama_vocab::id a, const llama_vocab::id b) {
|
||||||
return vocab.id_to_token[a].text.size() > vocab.id_to_token[b].text.size();
|
return vocab.id_to_token[a].text.size() > vocab.id_to_token[b].text.size();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue