Skip to content

Commands

Purpose

This page is the command index for training workflows. Use it to select the right CLI entry point.

When to use

  • You are starting a training run and need the correct command.
  • You need quick navigation to inference or merge steps.

Command map

CLI commandModulePurposeDocs
qlora-trainqwen_qlora_train.trainRun SFT / QLoRA training, save LoRA adapterQuickstart
qlora-inferqwen_qlora_train.inferRun inference on base model or base + adapterInference
qlora-mergeqwen_qlora_train.merge_cpuMerge adapter into base weights on CPUCPU merge

Notes

  • Run --help on each command for full flag list.
  • For constrained GPUs, start with the smallest validated config.

Released under the Apache 2.0 License.