Skip to content

Commit 15f78b6

Browse files
ngxsonCISC
andauthored
Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
1 parent 4955da0 commit 15f78b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,6 @@ class TensorNameMap:
943943

944944
MODEL_TENSOR.ATTN_KV_B: (
945945
"model.layers.{bid}.self_attn.kv_b_proj", # deepseek2
946-
"layers.{bid}.attention.wkv_b", # mistral-large
947946
),
948947

949948
MODEL_TENSOR.ATTN_K_B: (

0 commit comments

Comments
 (0)