| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
docs: allow ray scheduler in agent workflow compatibility notes (#1567) | 1 个月前 | |
feat: megatron bridge adaptation (#1056) * feat: megatron-bridge-adaptation and dependency conficts resolution - tested TP,PP>1 megatron-bridge integration with mbridge backward compatibility - darwin with x86_64 needs special handling as torch >2.9.1 stops support - some packages conflicts due to megatron-bridge are overridden to previous versions * chore: added docs for the megatron-bridge feature * fix: handing case where load/ save in megatron-bridge does not support critic --------- Co-authored-by: Wei Fu <36355462+garrett4wade@users.noreply.github.com> | 5 个月前 | |
chore: migrate repo references from InclusionAI to areal-project (#1325) Update all internal URLs and org references after migrating the repository from InclusionAI/AReaL to areal-project/AReaL. Key changes: - Update GitHub repo URLs (github.com/inclusionAI/AReaL -> areal-project/AReaL) - Update GitHub Pages docs URLs (inclusionai.github.io -> areal-project.github.io) - Update GHCR Docker image refs (ghcr.io/inclusionai/ -> areal-project/) - Update CI workflow usernames and GitHub API org references - Update DeepWiki and gitcgr badge URLs - Update issue references in code comments HuggingFace model/dataset URLs intentionally left unchanged. Vendored directories (sglang-src, Megatron-LM, Megatron-Bridge) skipped. | 3 个月前 | |
chore: migrate repo references from InclusionAI to areal-project (#1325) Update all internal URLs and org references after migrating the repository from InclusionAI/AReaL to areal-project/AReaL. Key changes: - Update GitHub repo URLs (github.com/inclusionAI/AReaL -> areal-project/AReaL) - Update GitHub Pages docs URLs (inclusionai.github.io -> areal-project.github.io) - Update GHCR Docker image refs (ghcr.io/inclusionai/ -> areal-project/) - Update CI workflow usernames and GitHub API org references - Update DeepWiki and gitcgr badge URLs - Update issue references in code comments HuggingFace model/dataset URLs intentionally left unchanged. Vendored directories (sglang-src, Megatron-LM, Megatron-Bridge) skipped. | 3 个月前 | |
chore: bump version to v2.1.0 (#1639) Prepare repository metadata and published image references for the v2.1.0 release. Key changes: - bump SGLang and vLLM package metadata and lockfiles - update installation and SkyPilot image references - align the manual release workflow input example | 11 天前 | |
docs: update NPU installation guide for ascend-v1.0.5 (#1617) Point Ascend users to the ascend-v1.0.5 branch and refresh the guide to match the published A2 and A3 images. Document HDK 25.5.1, CANN 9.0.1, and the verified runtime stack, and keep the Chinese translation aligned with the English guide. | 16 天前 | |
feat: megatron bridge adaptation (#1056) * feat: megatron-bridge-adaptation and dependency conficts resolution - tested TP,PP>1 megatron-bridge integration with mbridge backward compatibility - darwin with x86_64 needs special handling as torch >2.9.1 stops support - some packages conflicts due to megatron-bridge are overridden to previous versions * chore: added docs for the megatron-bridge feature * fix: handing case where load/ save in megatron-bridge does not support critic --------- Co-authored-by: Wei Fu <36355462+garrett4wade@users.noreply.github.com> | 5 个月前 | |
fix(openai): align proxy tool schemas with sglang chat-completions rendering (#1499) * fix(openai): align proxy tool schemas with sglang chat-completions rendering The proxy path renders the request `tools` block through LiteLLM-style dicts, while sglang's native /v1/chat/completions route round-trips tools through its pydantic `Tool` model before applying the chat template. The two renderings differ in field order and default-field presence (e.g. sglang's `Function` dumps `strict: false` while the proxy omits it), so the same trajectory produces different prompt token ids on the two paths and training rewards drift from evaluation results. Round-trip tools through sglang's `Tool` model on the proxy path so the dicts fed to `apply_chat_template` byte-match sglang's own rendering. Flat Responses `FunctionToolParam` entries (top-level `name`/`parameters`, no `function` key) are first normalized to the nested Chat shape that both sglang's model and the chat template expect. The alignment only runs when the engine class name identifies an sglang backend; other backends are left unaligned, and per-tool validation failures fall back to the original dict. Ported from a verified internal fix. * test(openai): cover tool schema alignment against sglang rendering Assert the aligned dicts match what sglang's own Tool model produces, so a regression that reintroduces the prompt-token drift fails here rather than showing up as a train/eval reward mismatch. Also pin the documented fallbacks: flat Responses tools normalize to the nested Chat shape, a single invalid tool does not fail the batch, and unsupported entries pass through unchanged. | 30 天前 | |
chore: migrate repo references from InclusionAI to areal-project (#1325) Update all internal URLs and org references after migrating the repository from InclusionAI/AReaL to areal-project/AReaL. Key changes: - Update GitHub repo URLs (github.com/inclusionAI/AReaL -> areal-project/AReaL) - Update GitHub Pages docs URLs (inclusionai.github.io -> areal-project.github.io) - Update GHCR Docker image refs (ghcr.io/inclusionai/ -> areal-project/) - Update CI workflow usernames and GitHub API org references - Update DeepWiki and gitcgr badge URLs - Update issue references in code comments HuggingFace model/dataset URLs intentionally left unchanged. Vendored directories (sglang-src, Megatron-LM, Megatron-Bridge) skipped. | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 5 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 11 天前 | ||
| 16 天前 | ||
| 5 个月前 | ||
| 30 天前 | ||
| 3 个月前 |