File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ def convert_hf_config(config) -> Dict[str, Any]:
110110 interleave_moe_layer_step = res .pop ('interleave_moe_layer_step' , None )
111111 window_size = res .pop ('window_size' , None )
112112 if llm_architectures in {'Qwen3ForCausalLM' , 'Qwen3MoeForCausalLM' , 'Qwen3NextForCausalLM' } or architectures in {
113- 'Qwen3OmniMoeForConditionalGeneration' , 'Qwen3VLForConditionalGeneration ' ,
114- 'Qwen3VLMoeForConditionalGeneration'
113+ 'Qwen3OmniMoeForConditionalGeneration' , 'Qwen3OmniForConditionalGeneration ' ,
114+ 'Qwen3VLForConditionalGeneration' , ' Qwen3VLMoeForConditionalGeneration'
115115 }:
116116 res ['qk_layernorm' ] = True
117117 if llm_architectures in {'Qwen2MoeForCausalLM' , 'Qwen3MoeForCausalLM' , 'Qwen3NextForCausalLM' } or architectures in {
You can’t perform that action at this time.
0 commit comments