Fix llama-bench mla parameter (#1016)

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2025-11-27 09:33:30 +01:00
committed by GitHub
parent 5f3485c2c2
commit e60f71887b
2 changed files with 6 additions and 2 deletions

View File

@@ -937,6 +937,7 @@ struct cmd_params_instance {
mparams.use_thp = use_thp;
mparams.merge_qkv = mqkv;
mparams.tensor_buft_overrides = buft_overrides;
mparams.mla = mla_attn;
return mparams;
}