Choose your path
- Fine-tuning or running RL on a supported base model: Loops provisions a dedicated trainer and paired sampler, and each training step is an API call from a Python loop you write. You bring the data; Baseten runs the infrastructure. Start with the Loops overview.
- Already training elsewhere: Your Axolotl config, TRL script, or custom loop runs unchanged in a container. Baseten provisions the GPUs, syncs checkpoints as your job saves them, and deploys any checkpoint as a production endpoint. That’s Training Jobs.
Next steps
Loops quickstart
Train a step, sample from the tuned weights, and deploy a checkpoint.
Jobs quickstart
Run your first training job and deploy the result.
ML Cookbook
Production-ready examples for frameworks and models.