Skip to content

Commit c04b993

Browse files
authored
Release v0.3.1 (#328)
1 parent b3e0216 commit c04b993

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ Trinity-RFT is a flexible, general-purpose framework for reinforcement fine-tuni
6060

6161
## 🚀 News
6262

63-
* [2025-09][[Release Notes](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.0)] Trinity-RFT v0.3.0 released: enhanced Buffer, FSDP2 & Megatron support, multi-modal models, and new RL algorithms/examples.
64-
* [2025-08] 🎵 Introducing [CHORD](https://github.com/modelscope/Trinity-RFT/tree/main/examples/mix_chord): dynamic SFT + RL integration for advanced LLM fine-tuning ([paper](https://arxiv.org/pdf/2508.11408)).
63+
* [2025-10][[Release Notes](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.1)] Trinity-RFT v0.3.1 released: multi-stage training support, improved agentic RL examples, LoRA support, debug mode and new RL algorithms.
64+
* [2025-09] [[Release Notes](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.0)] Trinity-RFT v0.3.0 released: enhanced Buffer, FSDP2 & Megatron support, multi-modal models, and new RL algorithms/examples.
65+
* [2025-08] Introducing [CHORD](https://github.com/modelscope/Trinity-RFT/tree/main/examples/mix_chord): dynamic SFT + RL integration for advanced LLM fine-tuning ([paper](https://arxiv.org/pdf/2508.11408)).
6566
* [2025-08] [[Release Notes](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.2.1)] Trinity-RFT v0.2.1 released.
6667
* [2025-07] [[Release Notes](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.2.0)] Trinity-RFT v0.2.0 released.
6768
* [2025-07] Technical report (arXiv v2) updated with new features, examples, and experiments: [link](https://arxiv.org/abs/2505.17826).
@@ -157,14 +158,14 @@ uv sync --extra dev --extra flash_attn
157158
If you just want to use the package without modifying the code:
158159

159160
```bash
160-
pip install trinity-rft==0.3.0
161+
pip install trinity-rft==0.3.1
161162
pip install flash-attn==2.8.1
162163
```
163164

164165
Or with `uv`:
165166

166167
```bash
167-
uv pip install trinity-rft==0.3.0
168+
uv pip install trinity-rft==0.3.1
168169
uv pip install flash-attn==2.8.1
169170
```
170171

README_zh.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Trinity-RFT 是一个灵活、通用的大语言模型(LLM)强化微调(RF
5959

6060
## 🚀 新闻
6161

62-
* [2025-09][[发布说明](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.0)] Trinity-RFT v0.3.0 发布:增强的 Buffer、FSDP2 & Megatron 支持,多模态模型,以及全新 RL 算法/示例。
63-
* [2025-08] 🎵 推出 [CHORD](https://github.com/modelscope/Trinity-RFT/tree/main/examples/mix_chord):动态 SFT + RL 集成,实现进阶 LLM 微调([论文](https://arxiv.org/pdf/2508.11408))。
62+
* [2025-10][[发布说明](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.1)] Trinity-RFT v0.3.1 发布:多阶段训练支持、改进的智能体 RL 示例、LoRA 支持、调试模式和全新 RL 算法。
63+
* [2025-09] [[发布说明](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.3.0)] Trinity-RFT v0.3.0 发布:增强的 Buffer、FSDP2 & Megatron 支持,多模态模型,以及全新 RL 算法/示例。
64+
* [2025-08] 推出 [CHORD](https://github.com/modelscope/Trinity-RFT/tree/main/examples/mix_chord):动态 SFT + RL 集成,实现进阶 LLM 微调([论文](https://arxiv.org/pdf/2508.11408))。
6465
* [2025-08] [[发布说明](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.2.1)] Trinity-RFT v0.2.1 发布。
6566
* [2025-07] [[发布说明](https://github.com/modelscope/Trinity-RFT/releases/tag/v0.2.0)] Trinity-RFT v0.2.0 发布。
6667
* [2025-07] 技术报告(arXiv v2)更新,包含新功能、示例和实验:[链接](https://arxiv.org/abs/2505.17826)
@@ -153,14 +154,14 @@ uv sync --extra dev --extra flash_attn
153154
如果您只需使用 Trinity-RFT 而不打算修改代码:
154155

155156
```bash
156-
pip install trinity-rft==0.3.0
157+
pip install trinity-rft==0.3.1
157158
pip install flash-attn==2.8.1
158159
```
159160

160161
或使用 `uv`
161162

162163
```bash
163-
uv pip install trinity-rft==0.3.0
164+
uv pip install trinity-rft==0.3.1
164165
uv pip install flash-attn==2.8.1
165166
```
166167

docs/sphinx_doc/source/tutorial/trinity_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ uv sync --extra dev --extra flash_attn
6565
If you just want to use the package without modifying the code:
6666

6767
```bash
68-
pip install trinity-rft==0.3.0
68+
pip install trinity-rft==0.3.1
6969
pip install flash-attn==2.8.1
7070
```
7171

7272
Or with `uv`:
7373

7474
```bash
75-
uv pip install trinity-rft==0.3.0
75+
uv pip install trinity-rft==0.3.1
7676
uv pip install flash-attn==2.8.1
7777
```
7878

docs/sphinx_doc/source_zh/tutorial/trinity_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ uv sync --extra dev --extra flash_attn
6565
如果您只需使用 Trinity-RFT 而不打算修改代码:
6666

6767
```bash
68-
pip install trinity-rft==0.3.0
68+
pip install trinity-rft==0.3.1
6969
pip install flash-attn==2.8.1
7070
```
7171

7272
或使用 `uv`
7373

7474
```bash
75-
uv pip install trinity-rft==0.3.0
75+
uv pip install trinity-rft==0.3.1
7676
uv pip install flash-attn==2.8.1
7777
```
7878

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "trinity-rft"
7-
version = "0.3.1.dev0"
7+
version = "0.3.1"
88
authors = [
99
{name="Trinity-RFT Team", email="[email protected]"},
1010
]
@@ -53,7 +53,7 @@ data = [
5353
"py-data-juicer>=1.4.3"
5454
]
5555
agent = [
56-
"agentscope"
56+
"agentscope>=1.0.5"
5757
]
5858
rm_gallery = [
5959
"rm-gallery>=0.1.5"

trinity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""Trinity-RFT (Reinforcement Fine-Tuning)"""
33

4-
__version__ = "0.3.1.dev0"
4+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)