From 8d56a985e41d4678893e273fc11b87aef2ee7de7 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Mon, 6 Jul 2026 09:04:57 +0000 Subject: [PATCH] Fix the fix --- src/graphs/build_deepseek2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphs/build_deepseek2.cpp b/src/graphs/build_deepseek2.cpp index 89b073646..102304c8d 100644 --- a/src/graphs/build_deepseek2.cpp +++ b/src/graphs/build_deepseek2.cpp @@ -1277,7 +1277,7 @@ ggml_cgraph * llm_build_context::build_deepseek2() { } } - last_sparse_mask = last_sparse_mask_fa = dsa_last_full_sorted = dsa_tg_fast_mask = nullptr; + last_sparse_mask = last_sparse_mask_fa = dsa_last_full_sorted = nullptr; // whether to use n_tokens as the matrix dimension during multiplication or n_head // n_tokens is higher during prompt processing, this allows to optimize for this case