mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-02-01 21:23:14 +08:00
tokenize : fix trailing whitespace
This commit is contained in:
parent
2fa02b4b3d
commit
5ad387e994
@ -12,8 +12,8 @@ int main(int argc, char ** argv) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto model_path = argv[1];
|
const char * model_path = argv[1];
|
||||||
auto prompt = argv[2];
|
const char * prompt = argv[2];
|
||||||
|
|
||||||
const bool printing_ids = argc > 3 && std::string(argv[3]) == "--ids";
|
const bool printing_ids = argc > 3 && std::string(argv[3]) == "--ids";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user