CH·02CLI reference
gpu fine-tune download
Download a succeeded job's adapter artifacts
Download a succeeded job's adapter artifacts
Synopsis
Resolves a succeeded job's result files (short-lived, freshly-signed download URLs) and writes each one to --out. The LoRA adapter (adapter_model.safetensors + adapter_config.json) is what you load on top of the base model to serve your fine-tuned variant. Only succeeded jobs have downloadable artifacts.
gpu fine-tune download <job-id> [flags]
Examples
# Download into the current directory
gpu fine-tune download ftjob-abc123
# Download into a specific directory
gpu fine-tune download ftjob-abc123 --out ./adapters/ftjob-abc123
Options
-h, --help help for download
--out string Output directory (or file path for a single artifact) (default ".")
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
- gpu fine-tune - Manage fine-tuning jobs