mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user