Logits Cookbook Overview¶
The cookbook is the higher-level training code in this repository. It builds on top of the logits SDK and provides:
- renderers for converting chat-style data into token sequences
- supervised learning and RL training loops
- runnable recipes under
logits_cookbook/recipes/
Use this section when you want to work from the code in this repo rather than from the low-level SDK surface.
Common entry points¶
- Rendering: message-to-token formatting and vision handling
- Supervised Learning: starter runs and minimal loops
- Reinforcement Learning: environments, loops, and training outputs
For SDK-level installation and platform behavior, see Logits SDK.