CH·02CLI reference

gpu fine-tune get

Show details for one fine-tuning job

Show details for one fine-tuning job

Synopsis

Fetches a single fine-tuning job by id, including its current status, the tuning method, and (for a succeeded job) the number of downloadable result files. Use gpu fine-tune download to fetch the adapter.

gpu fine-tune get <job-id> [flags]

Examples

gpu fine-tune get ftjob-abc123
gpu fine-tune get ftjob-abc123 --output json

Options

  -h, --help   help for get

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