Miles Rl Training
技能 活跃Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.
To guide users in performing enterprise-grade Reinforcement Learning training for large-scale MoE models, leveraging advanced techniques like FP8/INT4 quantization and speculative RL for maximum efficiency and alignment.
功能
- Low-precision training (FP8, INT4)
- MoE model training and alignment (R3)
- Speculative RL for throughput optimization
- Train-inference alignment
- Production-ready framework guidance
使用场景
- Training large MoE models (1TB+)
- Enabling FP8 or INT4 quantization-aware training
- Achieving bit-wise identical train-inference alignment
- Maximizing rollout throughput with speculative RL
非目标
- Serving as the research-grade original slime framework
- Providing flexible backend swapping (use verl)
- Offering PyTorch-native abstractions (use torchforge)
Trust
- warning:Issues Attentionopen=17, closed=4. The ratio of open to closed issues in the last 90 days is low, suggesting maintainers may be slow to respond to or resolve issues.
安装
npx skills add davila7/claude-code-templates通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Miles RL Training
97Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.
Slime Rl Training
98Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.
Slime RL Training
78Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.
Tensorrt Llm
98Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.
Agentdb Learning
99Create and train AI learning plugins with AgentDB's 9 reinforcement learning algorithms. Includes Decision Transformer, Q-Learning, SARSA, Actor-Critic, and more. Use when building self-learning agents, implementing RL, or optimizing agent behavior through experience.
Verl Rl Training
99Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.