CH·02CLI reference
gpu fine-tune file
Show an uploaded training file
Show an uploaded training file
Synopsis
Fetches one uploaded dataset's metadata by id. A file id that does not exist and one belonging to another organization both return the same not-found error. Use it to verify a --training-file id before creating a job.
The create path runs the identical ownership check, so a file this command shows is a file gpu fine-tune create --training-file will accept — and one it cannot show is a job that would be rejected.
gpu fine-tune file <file-id> [flags]
Examples
gpu fine-tune file 3f2c1a3b-9d4e-4b7a-8c1e-5a6b7c8d9e0f
gpu fine-tune file 3f2c1a3b-9d4e-4b7a-8c1e-5a6b7c8d9e0f --output json
Options
-h, --help help for file
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
- gpu fine-tune create - Create a fine-tuning job