miles
Train large AI models with reinforcement learning at scale
All Skills in This Repository (7)
Pure Emerald Level Indicatorssetup-ci-host
Prepare a physical CI host filesystem layout for miles GitHub Actions runners.
manage-gh-runners
Provision, list, update, and deregister GitHub Actions self-hosted runners via Docker.
mechanical-refactor-verify
Validate mechanical refactors by running a transform script against a target commit.
ci-e2e-time-tune
Calibrates E2E test time estimates from complete GitHub Actions CI logs.
doc-dev
Keeps source files consistent with their governing header and central documentation.
ci-fetch-log
Fetch complete GitHub Actions job logs and diagnose failed CI jobs from saved evidence.
neon-access
Executes arbitrary PostgreSQL SQL against the Neon database through an authorized GitHub Actions workflow.
Frequently Asked Questions
FAQPage SchemaHow to install Miles?โผ
Run `npx skills add radixark/miles --all -g -y` in your terminal to install all skills in this suite globally.
What is Miles used for?โผ
Miles is a reinforcement learning framework for post-training large language models, pairing SGLang for fast rollout with Megatron-LM for scalable training on GPU clusters.
Which models and hardware does Miles support?โผ
It supports frontier models like DeepSeek-V4, Kimi-K3, GLM-5.2, and Qwen3.5 on NVIDIA H100 through GB300 and AMD MI300X through MI355X GPUs.
Can AI agents help manage Miles CI and refactoring?โผ
Yes. The bundled skills let an agent fetch and diagnose CI logs, tune test time estimates, and verify mechanical refactors with reproducible proofs.
Does Miles support low-precision and LoRA training?โผ
Yes. It supports MXFP8, NVFP4, INT4, and BF16 training, plus LoRA and multi-LoRA adapters that load directly into SGLang for rollout.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core