radixark/miles
Miles targets large-scale RL post-training with decoupled rollout and training, rapid weight distribution, low-precision recipes, and connectors for coding-agent environments.
Miles **v0.1** is an open-source framework for large-scale LLM and VLM post-training. It combines SGLang rollouts with Megatron-LM training, supports asynchronous RL, and says in-loop weights can reach inference engines in seconds even at **trillion-parameter** scale.
Model-training teams can use its connectors for coding and computer-use environments, task sandboxes, rollout routing replay, and recipes including GRPO, PPO, SFT, and on-policy distillation. Low-precision options include **MXFP8 and NVFP4**.
Miles **v0.1** is an open-source framework for large-scale LLM and VLM post-training. It combines SGLang rollouts with Megatron-LM training, supports asynchronous RL, and says in-loop weights can reach inference engines in seconds even at **trillion-parameter** scale. Model-training teams can use its connectors for coding and computer-use environments, task sandboxes, rollout routing replay, and recipes including GRPO, PPO, SFT, and on-policy distillation. Low-precision options include **MXFP8 and NVFP4**. This is infrastructure for teams post-training large models, not a drop-in improvement for everyday coding-agent users. The largest recipes and parallelism rely on Megatron-LM; FSDP2 exists for Hugging Face implementations but has narrower coverage.
Miles adds a systems layer for post-training agents and multimodal models at very large scale, joining rollout generation, asynchronous RL, weight propagation, sandboxes, and multiple training recipes. It does not itself establish better reasoning or computer use; it makes those improvements trainable and testable by well-resourced model teams, with the broadest path tied to Megatron-LM and narrower Hugging Face coverage.