mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-28 12:24:35 +00:00
test-tokenizer-0.cpp : fix warning
This commit is contained in:
parent
147a99bd3a
commit
d9e6890a51
@ -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…
Reference in New Issue
Block a user