Turn on graph reuse by default (#1094)

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2025-12-27 08:27:16 +01:00
committed by GitHub
parent 2fe098e938
commit fc3be34ead
3 changed files with 7 additions and 2 deletions

View File

@@ -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,