fixed whitespace
This commit is contained in:
parent
9df732dae4
commit
a9a2647536
1 changed files with 6 additions and 14 deletions
|
@ -379,14 +379,6 @@ bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code block obsolete, as check is now performed in void validate_params
|
|
||||||
if (invalid_param) {
|
|
||||||
fprintf(stderr, "error: invalid parameter for argument: %s\n", arg.c_str());
|
|
||||||
gpt_print_usage(argc, argv, default_params);
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (params.prompt_cache_all &&
|
if (params.prompt_cache_all &&
|
||||||
(params.interactive || params.interactive_first ||
|
(params.interactive || params.interactive_first ||
|
||||||
params.instruct)) {
|
params.instruct)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue