mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-03-03 10:30:27 +00:00
Make ooae on by default and add to llama-bench
This commit is contained in:
@@ -1390,7 +1390,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||
}
|
||||
return true;
|
||||
}
|
||||
if (arg == "--offload-only-active-experts" || arg == "-ooae") {
|
||||
if (arg == "--no-offload-only-active-experts" || arg == "-no-ooae") {
|
||||
params.only_active_exps = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user