add ffn cpu flag

This commit is contained in:
Concedo
2026-09-06 18:08:03 +08:00
parent 4e4d88141c
commit 8e6ba2630b
3 changed files with 35 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ struct load_model_inputs
const int overridenativecontext = 0;
const int moe_experts = -1;
const int moecpu = 0;
const int ffncpu = 0;
const bool no_bos_token = false;
const bool load_guidance = false;
const char * override_kv[overridekv_max] = {};