Skip to content

Commit c36703a

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

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
@@ -399,8 +399,7 @@ class TensorNameMap:
399399
"model.layers.{bid}.residual_mlp.w1", # arctic
400400
"transformer.h.{bid}.mlp.c_fc_0", # exaone
401401
"model.layers.{bid}.feed_forward.gate_proj", # llama4
402-
"blk.{bid}.ffn_gate", # smoldocling
403-
402+
"blk.{bid}.ffn_gate", # smoldocling
404403
),
405404

406405
MODEL_TENSOR.FFN_GATE_EXP: (

0 commit comments

Comments
 (0)