Skip to content

Commit f16628f

Browse files
chocodedPanAndy
authored andcommitted
Rename linear_attention_type to experimental_attention_variant
1 parent a26d90a commit f16628f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mcore_adapter/src/mcore_adapter/models/qwen3_next

mcore_adapter/src/mcore_adapter/models/qwen3_next/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def get_lora_conver_op(self, name, pattern_to_conver_ops: dict[str, ConverOp], l
198198
"layernorm_zero_centered_gamma": True,
199199
"hetereogenous_dist_checkpoint": True,
200200
"attention_output_gate": True,
201-
"linear_attention_type": "gated_delta_net",
201+
"experimental_attention_variant": "gated_delta_net",
202202
},
203203
weight_converters=[
204204
RenameConverOp(hf_names="lm_head.weight", mca_names="output_layer.weight"),

0 commit comments

Comments
 (0)