Skip to content

Commit c736364

Browse files
committed
add support for qwen3 4b gguf
1 parent ac73c74 commit c736364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

name_conversion.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ std::string convert_cond_stage_model_name(std::string name, std::string prefix)
133133
{"attn_q.", "self_attn.q_proj."},
134134
{"attn_k.", "self_attn.k_proj."},
135135
{"attn_v.", "self_attn.v_proj."},
136+
{"attn_q_norm.", "self_attn.q_norm."},
137+
{"attn_k_norm.", "self_attn.k_norm."},
136138
{"attn_output.", "self_attn.o_proj."},
137139
{"attn_norm.", "input_layernorm."},
138140
{"ffn_down.", "mlp.down_proj."},

0 commit comments

Comments
 (0)