small correction
This commit is contained in:
parent
d545ffcb6d
commit
79ce128d2a
1 changed files with 1 additions and 1 deletions
|
@ -89,8 +89,8 @@ int main(void) {
|
||||||
assert(true == gpt_params_parse(argv.size(), list_str_to_char(argv).data(), params, options));
|
assert(true == gpt_params_parse(argv.size(), list_str_to_char(argv).data(), params, options));
|
||||||
assert(params.model == "overwritten.gguf");
|
assert(params.model == "overwritten.gguf");
|
||||||
assert(params.cpuparams.n_threads == 1010);
|
assert(params.cpuparams.n_threads == 1010);
|
||||||
|
#endif // _WIN32
|
||||||
|
|
||||||
|
|
||||||
printf("test-arg-parser: all tests OK\n\n");
|
printf("test-arg-parser: all tests OK\n\n");
|
||||||
#endif // _WIN32
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue