mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-26 08:04:09 +00:00
Fix typo in merge-up-gate-experts argument (#1311)
This commit is contained in:
@@ -1515,7 +1515,7 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
|
||||
params.merge_qkv = true;
|
||||
return true;
|
||||
}
|
||||
if (arg == "-muge" || arg == "--merge-up-gate-expsrts") {
|
||||
if (arg == "-muge" || arg == "--merge-up-gate-experts") {
|
||||
params.merge_up_gate_exps = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user