Skip to content

training fetch

Fetches artifacts from a Training Job. The artifacts are stored in the /output directory of the Training Runtime environment and can be accessed even after the Training Job has completed.

Terminal window
flexai training fetch <training_job_name> [ --destination <local_path> ]
Required

The name of the Training Job to fetch artifacts from.

Examples
  • gpt2training-1
Optional
Path

The local path to download the artifacts to. If not specified, artifacts will be downloaded to the current directory.

Examples
  • --destination ./artifacts