We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c4e2d commit 2f8c2efCopy full SHA for 2f8c2ef
gguf-py/gguf/tensor_mapping.py
@@ -946,16 +946,6 @@ class TensorNameMap:
946
"layers.{bid}.attention.wkv_b", # mistral-large
947
),
948
949
- MODEL_TENSOR.ATTN_K_B: (
950
- "model.layers.{bid}.self_attn.k_b_proj", # deepseek2
951
- ),
952
-
953
- MODEL_TENSOR.ATTN_V_B: (
954
- "model.layers.{bid}.self_attn.v_b_proj", # deepseek2
955
- MODEL_TENSOR.ATTN_KV_B: (
956
- "model.layers.{bid}.self_attn.kv_b_proj", # deepseek2
957
958
959
MODEL_TENSOR.ATTN_K_B: (
960
"model.layers.{bid}.self_attn.k_b_proj", # deepseek2
961
"layers.{bid}.attention.k_b_proj", # mistral-large
0 commit comments