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 1f072ab135
commit 06ad8d1b2d

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") {