We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94933c8 commit 36e5fe7Copy full SHA for 36e5fe7
gguf-py/gguf/tensor_mapping.py
@@ -616,6 +616,7 @@ class TensorNameMap:
616
),
617
618
MODEL_TENSOR.SSM_DT_NORM: (
619
+ "model.layers.layers.{bid}.mixer.dt_norm.weight", # plamo2
620
"model.layers.{bid}.mamba.dt_layernorm", # jamba
621
622
@@ -645,10 +646,6 @@ class TensorNameMap:
645
646
"model.layers.layers.{bid}.mixer.D", # plamo2
647
648
- MODEL_TENSOR.SSM_DT_NORM: (
649
- "model.layers.layers.{bid}.mixer.dt_norm.weight", # plamo2
650
- ),
651
-
652
MODEL_TENSOR.SSM_NORM: (
653
"model.layers.{bid}.mamba.norm", # falcon-h1 granite-hybrid
654
"backbone.layers.{bid}.mixer.norm", # mamba2
0 commit comments