Skip to content

Commit 21994b4

Browse files
comment update
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
1 parent 941143c commit 21994b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/awq/mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class AWQMapping:
120120
_deepseek_mappings = [
121121
AWQMapping(
122122
"re:.*input_layernorm$",
123-
# Some models use q_proj
123+
# Some models use q_proj instead of q_a_proj
124124
["re:.*q_proj$", "re:.*q_a_proj$", "re:.*kv_a_proj_with_mqa$"],
125125
),
126126
AWQMapping("re:.*q_a_layernorm$", ["re:.*q_b_proj$"]),

0 commit comments

Comments
 (0)