Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2025-10-20 11:35:57 +03:00
committed by GitHub
parent 22540cee60
commit 5ae87f6cdf

View File

@@ -1391,7 +1391,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
return true;
}
if (arg == "--no-offload-only-active-experts" || arg == "-no-ooae") {
params.only_active_exps = true;
params.only_active_exps = false;
return true;
}
if (arg == "--host") {