@@ -1570,15 +1570,33 @@ class TensorNameMap:
15701570 ),
15711571
15721572 # Kimi Linear KDA (using SSM_ prefix for consistency)
1573- MODEL_TENSOR .SSM_CONV1D_Q : ("model.layers.{bid}.self_attn.q_conv1d" ,),
1574- MODEL_TENSOR .SSM_CONV1D_K : ("model.layers.{bid}.self_attn.k_conv1d" ,),
1575- MODEL_TENSOR .SSM_CONV1D_V : ("model.layers.{bid}.self_attn.v_conv1d" ,),
1576- MODEL_TENSOR .SSM_F_A : ("model.layers.{bid}.self_attn.f_a_proj" ,),
1577- MODEL_TENSOR .SSM_F_B : ("model.layers.{bid}.self_attn.f_b_proj" ,),
1578- MODEL_TENSOR .SSM_BETA : ("model.layers.{bid}.self_attn.b_proj" ,),
1579- MODEL_TENSOR .SSM_A_LOG : ("model.layers.{bid}.self_attn.A_log" ,),
1580- MODEL_TENSOR .SSM_G_A : ("model.layers.{bid}.self_attn.g_a_proj" ,),
1581- MODEL_TENSOR .SSM_G_B : ("model.layers.{bid}.self_attn.g_b_proj" ,),
1573+ MODEL_TENSOR .SSM_CONV1D_Q : (
1574+ "model.layers.{bid}.self_attn.q_conv1d" ,
1575+ ),
1576+ MODEL_TENSOR .SSM_CONV1D_K : (
1577+ "model.layers.{bid}.self_attn.k_conv1d" ,
1578+ ),
1579+ MODEL_TENSOR .SSM_CONV1D_V : (
1580+ "model.layers.{bid}.self_attn.v_conv1d" ,
1581+ ),
1582+ MODEL_TENSOR .SSM_F_A : (
1583+ "model.layers.{bid}.self_attn.f_a_proj" ,
1584+ ),
1585+ MODEL_TENSOR .SSM_F_B : (
1586+ "model.layers.{bid}.self_attn.f_b_proj" ,
1587+ ),
1588+ MODEL_TENSOR .SSM_BETA : (
1589+ "model.layers.{bid}.self_attn.b_proj" ,
1590+ ),
1591+ MODEL_TENSOR .SSM_A_LOG : (
1592+ "model.layers.{bid}.self_attn.A_log" ,
1593+ ),
1594+ MODEL_TENSOR .SSM_G_A : (
1595+ "model.layers.{bid}.self_attn.g_a_proj" ,
1596+ ),
1597+ MODEL_TENSOR .SSM_G_B : (
1598+ "model.layers.{bid}.self_attn.g_b_proj" ,
1599+ ),
15821600 MODEL_TENSOR .SSM_DT_B : (
15831601 "model.layers.{bid}.self_attn.dt_bias" ,
15841602 ),
0 commit comments