feat(qwen3-next): Adds targeting of shared expert and attention modules (#3183)

* Adds targetting of shared expert and attention modules in each layer

* Update VRAM usage

---------

Co-authored-by: Mike Tung <mike@diffbot.com>
This commit is contained in:
miketung
2025-09-25 19:06:16 +09:00
committed by GitHub
parent e8b962d47f
commit 33975ce4bc
2 changed files with 9 additions and 1 deletions

View File

@@ -27,6 +27,14 @@ lora_r: 16
lora_alpha: 8
lora_dropout: 0.05
lora_target_modules:
- linear_attn.in_proj_ba
- linear_attn.in_proj_qkvz
- linear_attn.out_proj
- shared_expert.up_proj
- shared_expert.down_proj
- shared_expert.gate_proj
- shared_expert_gate
- mlp.gate
- q_proj
- v_proj
- k_proj