mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-25 00:49:34 +00:00
Add command line arg to disable rope cache
This commit is contained in:
@@ -37,6 +37,7 @@ struct llama_cparams {
|
||||
bool grouped_expert_routing;
|
||||
bool fused_up_gate;
|
||||
bool fused_mmad;
|
||||
bool rope_cache;
|
||||
int min_experts;
|
||||
float thresh_experts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user