@@ -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
157158If 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
161162pip install flash-attn==2.8.1
162163```
163164
164165Or with ` uv ` :
165166
166167``` bash
167- uv pip install trinity-rft==0.3.0
168+ uv pip install trinity-rft==0.3.1
168169uv pip install flash-attn==2.8.1
169170```
170171
0 commit comments