qwen3.sh 390 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
# ditill
axolotl train examples/qwen3/qlora-fsdp-kd_qwen3-4b.yaml
# axolotl train examples/qwen3/qlora-fsdp-kd_qwen3-4b_distilabel.yaml

# SFT
chenzk's avatar
v1.0.2  
chenzk committed
6
axolotl train examples/qwen3/qlora-fsdp_qwen3-4b.yaml
chenzk's avatar
v1.0  
chenzk committed
7
8
9
10
11

# RL
# rm -rf /root/.cache/*
HIP_VISIBLE_DEVICES=2,3 axolotl vllm-serve examples/qwen3/rl_qwen3-4b.yaml
HIP_VISIBLE_DEVICES=0,1 axolotl train examples/qwen3/rl_qwen3-4b.yaml --num-processes 2