tensorkube train

No description available. Usage:
tensorkube train COMMAND [ARGS]...
Options:
  • --help BOOL [default: false]: Show this message and exit.
Commands:
  • create: No description.
  • create-user: No description.
  • logs: No description.
  • delete: No description.
  • list: No description.
  • get: No description.

tensorkube train create

No description available. Usage:
tensorkube train create [OPTIONS]
Options:
  • --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

No description available. Usage:
tensorkube train create-user [OPTIONS]
Options:
  • --name TEXT: Name of the user to create.
  • --help BOOL [default: false]: Show this message and exit.

tensorkube train logs

No description available. Usage:
tensorkube train logs [OPTIONS]
Options:
  • --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

No description available. Usage:
tensorkube train delete [OPTIONS]
Options:
  • --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

No description available. Usage:
tensorkube train list [OPTIONS]
Options:
  • --env TEXT: Environment to deploy the service to.
  • --help BOOL [default: false]: Show this message and exit.

tensorkube train get

No description available. Usage:
tensorkube train get [OPTIONS]
Options:
  • --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.