File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212
1313[ ![ paper] ( http://img.shields.io/badge/cs.LG-2505.17826-B31B1B?logo=arxiv&logoColor=red )] ( https://arxiv.org/abs/2505.17826 )
1414[ ![ doc] ( https://img.shields.io/badge/Docs-blue?logo=markdown )] ( https://modelscope.github.io/Trinity-RFT/ )
15- [ ![ pypi] ( https://img.shields.io/pypi/v/trinity-rft?logo=pypi&color=026cad )] ( https://pypi.org/project/trinity-rft/0.1.0 / )
15+ [ ![ pypi] ( https://img.shields.io/pypi/v/trinity-rft?logo=pypi&color=026cad )] ( https://pypi.org/project/trinity-rft/0.1.1 / )
1616![ license] ( https://img.shields.io/badge/license-Apache--2.0-000000.svg )
1717
1818</div >
@@ -156,7 +156,7 @@ pip install flash-attn -v
156156Installation using pip:
157157
158158``` shell
159- pip install trinity-rft==0.1.0
159+ pip install trinity-rft==0.1.1
160160```
161161
162162Installation from docker:
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ pip install flash-attn -v
127127Installation using pip:
128128
129129``` shell
130- pip install trinity-rft==0.1.0
130+ pip install trinity-rft==0.1.1
131131```
132132
133133Installation from docker:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " trinity-rft"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88authors = [
99 {
name =
" Trinity-RFT Team" ,
email =
" [email protected] " },
1010]
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22"""Trinity-RFT (Reinforcement Fine-Tuning)"""
33
4- __version__ = "0.1.0 "
4+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments