common : fix --no-ppl
This commit is contained in:
parent
901b86b296
commit
a9e4addb76
1 changed files with 1 additions and 1 deletions
|
@ -1589,7 +1589,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (arg == "--no-ppl") {
|
if (arg == "--no-ppl") {
|
||||||
params.compute_ppl = true;
|
params.compute_ppl = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (arg == "--chunk" || arg == "--from-chunk") {
|
if (arg == "--chunk" || arg == "--from-chunk") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue