Skip to content

Commit

Permalink
fix deepseek v2 input feat (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechxGenus authored Jun 30, 2024
1 parent 35d23db commit 1768bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awq/models/deepseek_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_layers_for_scaling(
module.self_attn.q_a_proj,
module.self_attn.kv_a_proj_with_mqa,
],
inp=input_feat["self_attn.q_proj"],
inp=input_feat["self_attn.q_a_proj"],
module2inspect=module.self_attn,
kwargs=module_kwargs,
)
Expand Down

0 comments on commit 1768bac

Please sign in to comment.