Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/qwen3-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip3 uninstall -y causal-conv1d && pip3 install flash-linear-attention==0.3.2
axolotl train examples/qwen3-next/qwen3-next-80b-a3b-qlora.yaml
```

This config uses about 41.7 GiB VRAM.
This config uses about 45.62 GiB VRAM.

Let us know how it goes. Happy finetuning! 🚀

Expand Down
8 changes: 8 additions & 0 deletions examples/qwen3-next/qwen3-next-80b-a3b-qlora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
NanoCode012 marked this conversation as resolved.
- q_proj
- v_proj
- k_proj
Expand Down