Loops is in early access. Fill out the signup form to request access for your workspace.
Loops
Loops
Fine-tune LLMs with LoRA and run async RL at long sequence lengths, then deploy checkpoints to the Baseten Inference Stack.
Loops is a training SDK for fine-tuning and post-training large language models at long sequence lengths. It runs a dedicated trainer and sampler for any supported base model, and you drive them from a Python training loop you write: every forward pass, optimizer step, and sampling call is an API call from your script.
Previous
QuickstartTrain one step with Loops, sample from the tuned weights, and shut the session down.
Next