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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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