Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.radixark.com/llms.txt

Use this file to discover all available pages before exploring further.

You’re here because you want to change Miles, not just use it. This section is the short tour for new contributors.

Contributing

PR conventions, code layout, how reviews work.

Debugging

Aligning precision, separate train/rollout debugging, common kernel pitfalls.

Migration Guide

Sync → async loop, breaking flag changes between releases.

Architecture Overview

The 30-minute tour of how Miles is organized internally.

Experimental Features

Opt-in backends and features (FSDP, …) that aren’t production-ready yet.

TL;DR for first-time contributors

  1. Pick something small from good first issue on GitHub.
  2. Run the Reproducibility recipe so you can be sure “I changed X and it broke” actually means that.
  3. Use --debug-train-only or --debug-rollout-only to scope your changes.
  4. Open a PR. We’ll review within ~48h.