| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
chore: add Claude Code configuration for AReaL (#866) Set up comprehensive Claude Code integration with domain-specific agents, commands, rules, and skills for the codebase. Key changes: - Add 7 specialized agents (algorithm, FSDP, Megatron, Archon experts) - Add /pr-review and /gen-commit-msg commands - Add rules for code style, API config, distributed, and testing - Add skills for adding datasets, rewards, workflows, and debugging - Update CLAUDE.md with project overview and guidelines - Configure settings.json with project-specific permissions | 7 个月前 | |
docs: update roadmap to Q1 2026 and improve CI/CD documentation (#908) * docs: update roadmap to Q1 2026 and improve CI/CD documentation - Update active roadmap from Q4 2025 to Q1 2026 (Issue #907) - Move Q4 2025 to historical section with completed items - Fix typos in roadmap: Omini → Omni, pypi → PyPI - Fix grammar: "with" → "from", "Integrating" → "Integrate" - Simplify CONTRIBUTING.md by linking to AI-assisted dev guide - Update image building docs for new workflow_dispatch trigger - Add automated test pipeline to Docker image build workflow - Add logging color scheme documentation to code-style rules - Include README.md in Docker builds (remove from .dockerignore) Refs: #907, #542, #257 * use base color instead of exact color in doc | 7 个月前 | |
refactor(utils): reorganize domain-specific utils into natural homes (#925) Move ~28 domain-specific files out of areal/utils/ into their natural domains, continuing the pattern set by recent infra refactors. Key changes: - Move FSDP utils (6 files) to areal/engine/fsdp_utils/ - Move Megatron/FP8 utils (13 files) to areal/engine/megatron_utils/ - Move infra utils (7 files) to areal/infra/utils/ - Move distributed.py, model.py to areal/engine/core/ - Fix determinisitc.py typo → deterministic.py - Refactor PYTHONPATH in launcher.py to marker-based repo root lookup - Update all imports (~75 files) and documentation | 6 个月前 | |
docs: add checkpointing, metrics tracking, and workflow guides (#891) * docs: add checkpointing, metrics tracking, and workflow guides Add comprehensive reference documentation for core AReaL systems: - Checkpointing: Saver (HF format) and RecoverHandler (DCP) docs - Metrics tracking: Streaming vs batch paradigms, distributed aggregation - RolloutWorkflow: Interface, return types, and implementation patterns - Allocation mode: Resource allocation strategies reference Additional changes: - Refactor recover.py: Simplify mode handling (deprecate fault/resume in favor of on/off/auto/disabled), add mode validation with migration hints - Add unit tests for recovery configuration validation - Reorganize tutorials: Move troubleshooting content to reference docs, expand eval guide, clarify gsm8k_grpo architecture walkthrough - Add workflow best practices guide * fix doc typo * replace dash with hyphen | 7 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 7 个月前 |