Skip to content

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

For SDK-level installation and platform behavior, see Logits SDK.