Skip to content

Commit 2f8c2ef

Browse files
committed
fix
1 parent 49c4e2d commit 2f8c2ef

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -946,16 +946,6 @@ class TensorNameMap:
946946
"layers.{bid}.attention.wkv_b", # mistral-large
947947
),
948948

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-
959949
MODEL_TENSOR.ATTN_K_B: (
960950
"model.layers.{bid}.self_attn.k_b_proj", # deepseek2
961951
"layers.{bid}.attention.k_b_proj", # mistral-large

0 commit comments

Comments
 (0)