Jobs are ideal for running fire-and-forget experiments.
If you’re starting a new project, using a cluster for interactive development is recommended instead.
Make sure you’ve installed the TensorPool CLI and configured your API key.
Initialize a Job
Create a job configuration file in your project directory:This prompts for a job name and creates a
{job}.tp.toml file that defines your training job.Create or Select a Cluster
Jobs run on existing TensorPool clusters. Create one if you don’t have one already:Or list your existing clusters:Note the cluster ID — you’ll need it in the next step.
Submit Your Job
Push your job to a cluster:Your code will be uploaded and executed on the cluster. You’ll receive a job ID to track progress.Use
--teardown to automatically destroy the cluster when the job finishes:Next Steps
- Learn about job configuration for advanced options
- Explore multi-node training for distributed workloads
- Check out job commands for the full CLI reference
- Try cluster deployment for interactive development