mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-06 09:46:50 +00:00
test-tokenizer-0.cpp : fix warning
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user