The core loop: a closer look
The core loop #
Training runtimes call a backend-neutral group handle. Worker launch and RPC sit behind a configurable Executor; the Slime backend uses the same interface for its model worker groups. See Worker executors for that boundary.
Learn more #
This page stays at the level of the loop. Each step it shows is specified in full elsewhere:
|
Topic |
Page |
|---|---|
|
Inference | |
|
Feedback report | |
|
Scenario | |
|
Learning / training in general | |
|
Record eligibility | |
|
Evaluation | |
|
Release lifecycle |