examples/qwen_coder/
and shows how to submit a LoRA or QLoRA SFT job against Synth.
Important: Qwen Coder uses the 30B A3B variant for this flow and requires at least 2× H200 GPUs.
Prereqs
- Deploy your task app (or use hosted) and run
uvx synth-ai setup
- Prepare a JSONL dataset (see Task Datasets)
Minimal command
Config highlights
Tips
- Use at least 2× H200 for 30B A3B; ZeRO‑2 is recommended
- Prefer LoRA without QLoRA unless memory is tight; add
lora_rank
under[hyperparameters]
to sweep - See
examples/qwen_coder/sft_lora_30b.py
andexamples/qwen_coder/configs/coder_lora_30b.toml
for a working setup