Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Loops is in early access. Fill out the signup form to request access for your workspace.
How Loops works
Loops provides API-driven training infrastructure by deploying training servers that execute traditional forward and backward passes plus optimizer steps. It decouples RL inference into sampling servers, making RL inference scalable for compute-intensive workloads. Trainer and sampler stay synchronized via weight transfers that you can await synchronously or asynchronously, so you can stay on-policy or run bounded off-policy algorithms. In Loops, you own your checkpoints. You can download them as presigned URLs or deploy them onto Baseten’s Inference Stack via UI, CLI, or API. If you’re not sure Loops is the right path for your team, the Training overview compares Loops withtruss train (the bring-your-own-container alternative) side by side.