Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View detailed information about a specific checkpoint
flexai checkpoint inspect <checkpoint_name> [flags]
checkpoint_identifier
--help
-h
--json
-j
--verbose
-v
my-checkpoint
flexai checkpoint inspect my-checkpoint
name: my-checkpoint uuid: 12345678-1234-1234-1234-123456789abc created_at: "2024-01-15T10:30:00Z" status: ready size_bytes: 1073741824 files: - path: model.safetensors size: 1073741824
{ "name": "my-checkpoint", "uuid": "12345678-1234-1234-1234-123456789abc", "created_at": "2024-01-15T10:30:00Z", "status": "ready", "size_bytes": 1073741824, "files": [ { "path": "model.safetensors", "size": 1073741824 } ] }
Was this page helpful?