Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
parent
1f072ab135
commit
06ad8d1b2d
|
|
@ -1391,7 +1391,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (arg == "--no-offload-only-active-experts" || arg == "-no-ooae") {
|
if (arg == "--no-offload-only-active-experts" || arg == "-no-ooae") {
|
||||||
params.only_active_exps = true;
|
params.only_active_exps = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (arg == "--host") {
|
if (arg == "--host") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue