radixark/miles

Miles is an enterprise-facing reinforcement learning framework for LLM and VLM post-training, forked from and co-evolving with slime.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 7 minutes ago
Added to GitGenius on September 4th, 2026
Created on October 9th, 2025
Open Issues & Pull Requests: 969 (+0)
GitHub issues: Enabled
Number of forks: 453
Total Stargazers: 2,655 (+1)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.6 hours
Mean response time: 11.1 days
90th percentile: 26.4 days
Tracked items: 123

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 81% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 52% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 130
New in 7 days: 8
Closed in 7 days: 1
Avg open age: 125 days
Stale 30+ days: 92
Stale 90+ days: 63

Recent activity

Opened in 7 days: 8
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • help wanted (8)
  • enhancement (7)
  • bug (4)
  • roadmap (3)
  • AMD (1)
  • good first issue (1)

Detailed Description

Miles is a reinforcement learning framework for large-scale language and vision model post-training that pairs high-throughput rollout generation with scalable distributed training.

The framework addresses the challenge of efficiently training large language and vision models using reinforcement learning at enterprise scale. It integrates SGLang for fast rollout generation and Megatron-LM for distributed training, combining these components to handle the computational demands of trillion-parameter model post-training. The tool provides precision, stability, and observability features designed specifically for reinforcement learning workflows at this scale. A PyTorch FSDP2 backend is also available for teams preferring to train HuggingFace model implementations directly, though the largest models and most optimized recipes use the Megatron-LM backend.

Teams should adopt this tool if they are running production reinforcement learning workloads on large language or vision models and need infrastructure that scales to enterprise requirements. It suits organizations performing post-training optimization where throughput and training stability are critical. The framework supports a range of models and includes specialized features like on-policy distillation and token-in-token-out training patterns. The project maintains day-zero support for frontier models across different hardware platforms, including both NVIDIA and AMD accelerators.

Development activity shows consistent feature expansion with regular releases introducing new capabilities for distributed training and model support. The project maintains active documentation and a dedicated community channel. The team regularly publishes technical blog posts detailing new features and performance optimizations. The framework receives updates addressing both hardware-specific optimizations and algorithmic improvements for reinforcement learning at scale.