Deploy, manage, and monitor training jobs using the Truss CLI.
push
CONFIG
: Path to a training configuration file.--remote
(TEXT): Name of the remote in .trussrc to push to.--tail
: Tail status and logs after pushing the training job.--help
: Show this message and exit.logs
--remote
(TEXT): Name of the remote in .trussrc.--job-id
(TEXT): Job ID to fetch logs from.--tail
: Continuously stream new logs.--help
: Show this message and exit.metrics
--remote
(TEXT): Name of the remote in .trussrc.--job-id
(TEXT): Job ID to fetch metrics from.--help
: Show this message and exit.view
--remote
(TEXT): Name of the remote in .trussrc.--project-id
(TEXT): View training jobs for a specific project.--job-id
(TEXT): View details of a specific training job.--help
: Show this message and exit.stop
--remote
(TEXT): Name of the remote in .trussrc.--project-id
(TEXT): Specify the project to stop a training job from.--job-id
(TEXT): ID of the job to stop.--all
: Stop all running jobs.--help
: Show this message and exit.deploy_checkpoints
get_checkpoint_urls
--remote
(TEXT): Name of the remote in .trussrc.--job-id
(TEXT): Job ID containing the checkpoints.--help
: Show this message and exit.--remote
(TEXT): Name of the remote in .trussrc.--project-id
(TEXT): Project ID containing the checkpoints.--job-id
(TEXT): Job ID containing the checkpoints.--config
(TEXT): Path to a Python file defining a DeployCheckpointsConfig.--dry-run
: Generate a truss config without deploying.--help
: Show this message and exit.recreate
--job-id
(TEXT): Existing Job ID of Training Job to recreate.--remote
(TEXT): Name of the remote in .trussrc.--tail
: Tail status and logs after recreation.--help
: Show this message and exit.download
--job-id
(TEXT): Job ID to download artifacts from. (Required)--remote
(TEXT): Name of the remote in .trussrc.--target-directory
(PATH): Directory where the file should be downloaded. Defaults to current directory.--no-unzip
: Instructs truss to not unzip the compressed file upon download.--help
: Show this message and exit..truss_ignore
file in the root directory of your project. Define the files or folders you want truss
to ignore.
These can be absolute paths or paths relative to the location of the .truss_ignore