Skip to content

Commit 5d6d554

Browse files
Galleons2029PanAndy
authored andcommitted
fix: correct typos and broken link in README
## Summary Fix two typo and one link rendering failure due to unencoded path in README.md: - **`DeepSeed` → `DeepSpeed`** (Line 110, Backend section) - **`StartPO` → `StarPO`** (Line 137, Key Features section) - **`User Guides` → `User%20Guides`** (Line 46, on-policy distill link)
1 parent c09bc8b commit 5d6d554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Leveraging a multi-role distributed architecture with Ray for flexible resource
4343

4444
| 📣 Updates |
4545
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
46-
| **[03/06/2026]** 🎉 We support Qwen3.5 [Dense](examples/qwen3.5-35BA3-rlvr_megatron/rlvr_megatron_80GB.yaml) and [MoE](examples/qwen3.5-35BA3-rlvr_megatron/rlvr_megatron_80GB.yaml) series models and [on-policy distill](docs_roll/i18n/zh-Hans/docusaurus-plugin-content-docs/current/User Guides/Pipeline/on_policy_distill_pipeline_start.md). Welcome to use! |
46+
| **[03/06/2026]** 🎉 We support Qwen3.5 [Dense](examples/qwen3.5-35BA3-rlvr_megatron/rlvr_megatron_80GB.yaml) and [MoE](examples/qwen3.5-35BA3-rlvr_megatron/rlvr_megatron_80GB.yaml) series models and [on-policy distill](docs_roll/i18n/zh-Hans/docusaurus-plugin-content-docs/current/User%20Guides/Pipeline/on_policy_distill_pipeline_start.md). Welcome to use! |
4747
| **[02/03/2026]** 🎉 We released FSDP2 Strategy, Megatron with LoRA, GPU partial overlapping, Qwen3-Omni supports and other features. For more details, please refer to the release notes. Welcome to use! |
4848
| **[01/01/2026]** 🎉 Our [Let It Flow: Agentic Crafting on Rock and Roll](https://arxiv.org/abs/2512.24873) report released! Introducing ALE ecosystem and ROME, an open-source agentic model with novel IPA algorithm. |
4949
| **[11/08/2025]** 🎉 Our [ROCK: Reinforcement Open Construction Kit](https://github.com/alibaba/ROCK) released, Explore the new capabilities!. |
@@ -107,7 +107,7 @@ Leveraging a multi-role distributed architecture with Ray for flexible resource
107107
[RewardFL](https://alibaba.github.io/ROLL/docs/User%20Guides/Algorithms/Reward_FL)
108108

109109
#### Backend
110-
[DeepSeed](https://alibaba.github.io/ROLL/docs/User%20Guides/Configuration/deepspeed)
110+
[DeepSpeed](https://alibaba.github.io/ROLL/docs/User%20Guides/Configuration/deepspeed)
111111
[Megatron](https://alibaba.github.io/ROLL/docs/User%20Guides/Configuration/megatron)
112112
[vLLM](https://alibaba.github.io/ROLL/docs/User%20Guides/Configuration/vllm)
113113
[SGLang](https://alibaba.github.io/ROLL/docs/User%20Guides/Configuration/sglang)
@@ -134,7 +134,7 @@ Leveraging a multi-role distributed architecture with Ray for flexible resource
134134
* Environment-level **asynchronous parallel rollout**.
135135
* Supports **asynchronous training**.
136136
* Multi-turn interaction rollout supports **local debugging**, improving multi-turn interaction business development efficiency.
137-
* Supports **TrajectoryWise (StartPO)** and **StepWise (GiGPO)** training paradigms.
137+
* Supports **TrajectoryWise (StarPO)** and **StepWise (GiGPO)** training paradigms.
138138
* **Algorithm-Friendly:** Provides flexible and rich RL strategy configurations by default.
139139
* Over 20 rich reinforcement learning strategy options, such as reward normalization, reward clipping, various advantage estimation methods, etc.
140140
* Out-of-the-box support for reinforcement learning algorithms, such as **PPO, GRPO, Reinforce++, TOPR, RAFT++, GSPO**, etc.

0 commit comments

Comments
 (0)