Jobs are ideal for running experiments on models and code that already works. 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 creates a
tp.config.toml file that defines your training job.Configure Your Job
Edit the generated
tp.config.toml file to specify your training commands and GPU requirements:Submit Your Job
Push your job to TensorPool:Your code will be uploaded and executed on the specified GPU instance. You’ll receive a job ID to track progress.
Monitor Your Job
Stream real-time logs from your running job:Check job status and details:
Download Results
Once your job completes, pull the output files:This downloads all files specified in the
outputs section of your configuration.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