tensorkube train
--help BOOL
[default: false]: Show this message and exit.create
: No description.
create-user
: No description.
logs
: No description.
delete
: No description.
list
: No description.
get
: No description.
tensorkube train create
--gpus INTEGER
[default: 0]: Number of GPUs needed for the service.
--gpu-type Choice(['V100', 'A10G', 'T4', 'L4', 'L40S', 'A100', 'H100'])
: Type of GPU.
--env TEXT
: Environment to deploy the service to.
--job-id TEXT
: Unique job id for the training job.
--axolotl BOOLEAN
[default: False]: Run the axolotl training job.
--config-path TEXT
: Path to the config.yaml file.
--secret TEXT
: Secret to use for the deployment.
--help BOOL
[default: false]: Show this message and exit.
tensorkube train create-user
--name TEXT
: Name of the user to create.
--help BOOL
[default: false]: Show this message and exit.
tensorkube train logs
--job-id TEXT
: Unique job id for the training job.
--env TEXT
: Environment to deploy the service to.
--help BOOL
[default: false]: Show this message and exit.
tensorkube train delete
--env TEXT
: Environment to delete the job from.
--job-id TEXT
: Unique job id for the training job.
--help BOOL
[default: false]: Show this message and exit.
tensorkube train list
--env TEXT
: Environment to deploy the service to.
--help BOOL
[default: false]: Show this message and exit.
tensorkube train get
--job-id TEXT
: Unique job id for the training job.
--env TEXT
: Environment to deploy the service to.
--help BOOL
[default: false]: Show this message and exit.