Skip to content

Commit 6ea3b0b

Browse files
Update gguf-py/gguf/tensor_mapping.py
Co-authored-by: Gabe Goodhart <[email protected]>
1 parent c36703a commit 6ea3b0b

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
@@ -447,8 +447,7 @@ class TensorNameMap:
447447
"model.layers.h.{bid}.mlp.c_proj", # exaone
448448
"model.layers.{bid}.feed_forward.down_proj", # llama4
449449
"transformer_encoder.{bid}.ffn.w3", # neobert
450-
"blk.{bid}.ffn_down", # smoldocling
451-
450+
"blk.{bid}.ffn_down", # smoldocling
452451
),
453452

454453
MODEL_TENSOR.FFN_DOWN_EXP: (

0 commit comments

Comments
 (0)