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.

Miles ships ready-to-run recipes for every model family listed below. Each page covers weight conversion, parallelism, and the launch script in the order you’d actually run them.

By family

Each model name links to its recipe page.

How a recipe is structured

Every recipe page follows the same six sections:
  1. Model Introduction — what the model is and why miles supports it.
  2. Supported Variants — model sizes + HF links.
  3. Environment Setup — env vars, downloads, and HF → Megatron conversion.
  4. Launch — the scripts/run-<family>.sh (or run_<family>.py) invocation.
  5. Recipe Configuration — parallelism, algorithm, rollout/SGLang, optimizer.
  6. Pairs Well With — links to the advanced features that complement this recipe.

Adding a new model

Miles’s plugin architecture lets you wrap a HuggingFace implementation as a Megatron module without patching Megatron core. See Backends Beyond Megatron for the workflow.