Make sure you’ve installed the TensorPool CLI and configured your API key.
1. Initialize a Job Configuration
Create a job configuration file in your project directory:tp.config.toml file that defines your training job.
2. Configure Your Job
Edit the generatedtp.config.toml file to specify your training commands and GPU requirements:
3. Submit Your Job
Push your job to TensorPool:4. Monitor Your Job
Stream real-time logs from your running job:5. Download Results
Once your job completes, pull the output files: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