From 3f53a059024039358e9fef75b5dc0c99dbcb40f9 Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Fri, 31 Jul 2026 12:59:26 +0300 Subject: [PATCH] Fix constants.py (#2219) --- gguf-py/gguf/constants.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gguf-py/gguf/constants.py b/gguf-py/gguf/constants.py index 5cea96dd..f1a484ba 100644 --- a/gguf-py/gguf/constants.py +++ b/gguf-py/gguf/constants.py @@ -399,11 +399,6 @@ class MODEL_TENSOR(IntEnum): DFLASH_FC = auto() DFLASH_HIDDEN_NORM = auto() DFLASH_AUX_HIDDEN_NORM = auto() - # openPangu-2.0 (DSA lightning indexer) - INDEXER_K_NORM = auto() - INDEXER_PROJ = auto() # weights_proj - INDEXER_ATTN_K = auto() # wk - INDEXER_ATTN_Q_B = auto() # wq_b # openPangu-2.0 (MoME causal-conv on MLA latents) ATTN_QA_CONV = auto() ATTN_KV_CONV = auto() # compresskv_conv