CH·02CLI reference

gpu fine-tune

Manage fine-tuning jobs

Manage fine-tuning jobs

Synopsis

Train LoRA/QLoRA adapters on a curated base model: upload a JSONL chat dataset, submit a job, watch its events, and download the resulting adapter when it succeeds. Training runs asynchronously — create returns the job immediately (use --wait-timeout to poll to completion), and get / events track its progress.

gpu fine-tune [command]

Options

  -h, --help   help for fine-tune

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

← The gpu CLI