test-tokenizer-0.cpp : fix warning
This commit is contained in:
parent
147a99bd3a
commit
d9e6890a51
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ static const std::map<std::string, std::vector<llama_token>> & k_tests() {
|
||||||
};
|
};
|
||||||
|
|
||||||
return _k_tests;
|
return _k_tests;
|
||||||
};
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue