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.

PageWhat it covers
Core ConceptsThe four objects in the training loop and the four-knob invariant.
Argument GroupsWhere MODEL_ARGS, PERF_ARGS, GRPO_ARGS, and the other launch-script arrays belong.
Training BackendMegatron-LM as the training backend — parallelism, checkpoints, and hooks.
Training Script WalkthroughThe eight XXX_ARGS arrays in a launch script, plus the execution modes (sync/async, colocation, dynamic sampling, partial rollout, BF16+FP8).
Monitoring & Loggingwandb, structured logs, per-source breakdowns, profiling, router metrics.
CustomizationThe 22 --*-path plug-points for custom Python — rollout, reward, filters, loss, hooks.
Rollout EndpointsThe /generate endpoint and the OpenAI chat endpoint for agentic sessions.
Fully Async RolloutQueue-backed rollout production, tuning knobs, and when to use train_async.py.
Agentic Chat TemplatesVerifying and fixing the chat template so multi-turn rollout stays append-only.
CLI ReferenceEvery flag Miles accepts, grouped by subsystem.

Which pages do I actually need?