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 a567606Copy full SHA for a567606
gguf-py/gguf/tensor_mapping.py
@@ -615,10 +615,6 @@ class TensorNameMap:
615
"model.layers.layers.{bid}.mixer.dt_proj", # plamo2
616
),
617
618
- MODEL_TENSOR.SSM_DT_NORM: (
619
- "model.layers.{bid}.mamba.dt_layernorm", # jamba
620
- ),
621
-
622
MODEL_TENSOR.SSM_A: (
623
"model.layers.{bid}.A_log", # mamba-hf
624
"backbone.layers.{bid}.mixer.A_log", # mamba
@@ -647,6 +643,7 @@ class TensorNameMap:
647
643
648
644
MODEL_TENSOR.SSM_DT_NORM: (
649
645
"model.layers.layers.{bid}.mixer.dt_norm.weight", # plamo2
646
+ "model.layers.{bid}.mamba.dt_layernorm", # jamba
650
651
652
MODEL_TENSOR.SSM_NORM: (
0 commit comments