The TensorPool CLI is a git-style interface for running ML training jobs and accessing on-demand multi-node GPU clusters.
# Install
pip install tensorpoolGet started in minutes:
- Jobs Quick Start - Submit your first job
- Clusters Quick Start - Create your first cluster
% tp --help
usage: tp [-h] [--no-input] [-v] {cluster,storage,nfs,job,ssh,me} ...
TensorPool https://tensorpool.dev
positional arguments:
{cluster,storage,job,ssh,me}
cluster Manage clusters
storage Manage storage volumes
job Manage jobs on TensorPool
ssh SSH into an instance
me Display user information and manage SSH keys
options:
-h, --help show this help message and exit
--no-input Disable interactive prompts
-v, --version show program's version number and exitLearn more about the CLI at docs.tensorpool.dev/cli/overview
Full documentation at docs.tensorpool.dev
