Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Displays the logs from a Training Job. The logs include information about the job’s execution, including any output from the training script.

Usage

flexai training logs <training_or_fine_tuning_job_name> [flags]

Arguments

ArgumentTypeRequiredDescription
training_or_fine_tuning_job_namestringYesThe name of the Training Job to view logs for.

Flags

FlagShortTypeDescription
--help-hbooleanDisplays this help page.
--no-colorbooleanDisables color formatting in the log output.
--verbose-vbooleanProvides more detailed output when viewing logs.