mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-19 20:54:36 +00:00
Turn on graph reuse by default
This commit is contained in:
@@ -4049,7 +4049,7 @@ struct llama_context_params llama_context_default_params() {
|
||||
/*.fused_up_gate =*/ true,
|
||||
/*.fused_mmad =*/ true,
|
||||
/*.rope_cache =*/ false,
|
||||
/*.graph_reuse =*/ false,
|
||||
/*.graph_reuse =*/ true,
|
||||
/*.min_experts =*/ -1,
|
||||
/*.thtesh_experts =*/ 0.0f,
|
||||
/*.only_active_experts =*/ false,
|
||||
|
||||
Reference in New Issue
Block a user