Skip to content

Commit b9b532c

Browse files
ryan-mangenoCISC
andauthored
Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent ca3cc83 commit b9b532c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ class TensorNameMap:
450450
"model.layers.h.{bid}.mlp.c_proj", # exaone
451451
"model.layers.{bid}.feed_forward.down_proj", # llama4 jamba
452452
"transformer_encoder.{bid}.ffn.w3", # neobert
453-
"blk.{bid}.ffn_down", # smoldocling
454-
453+
"blk.{bid}.ffn_down", # smoldocling
455454
),
456455

457456
MODEL_TENSOR.FFN_DOWN_EXP: (

0 commit comments

Comments
 (0)