Fix typo in merge-up-gate-experts argument (#1311)

This commit is contained in:
TheAIGuyFromAR
2026-02-24 08:13:22 -06:00
committed by GitHub
parent 68bd30d99c
commit 96b8298472

View File

@@ -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;
}