Skip to content

Commit eaec9c6

Browse files
committed
fix: Fix bad merge in tensor_mapping.py w/ SSM_NORM
Branch: GraniteFour Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 8f9b513 commit eaec9c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gguf-py/gguf/tensor_mapping.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,10 +588,6 @@ class TensorNameMap:
588588
"model.layers.{bid}.mamba.norm", # bamba
589589
),
590590

591-
MODEL_TENSOR.SSM_NORM: (
592-
"backbone.layers.{bid}.mixer.norm", # mamba2
593-
),
594-
595591
MODEL_TENSOR.SSM_OUT: (
596592
"model.layers.{bid}.out_proj",
597593
"backbone.layers.{bid}.mixer.out_proj",

0 commit comments

Comments
 (0)