CH·02CLI reference
gpu fine-tune events
List a fine-tuning job's events
List a fine-tuning job's events
Synopsis
Streams a fine-tuning job's events — status transitions plus training progress (step / loss / learning-rate metrics). Use --after and --limit to page through.
gpu fine-tune events <job-id> [flags]
Examples
# Tail recent events
gpu fine-tune events ftjob-abc123
# Page forward from a known event id
gpu fine-tune events ftjob-abc123 --after ftevent-xyz --limit 100
Options
--after string Cursor: list events after this event id
-h, --help help for events
--limit int Max events to fetch (1-100) (default 20)
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