Skip to content

Commit b0a84b8

Browse files
authored
Bumping version to 0.2.1 (#209)
1 parent d198501 commit b0a84b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pip install -e .\[flash_attn\]
205205
Installation using pip:
206206

207207
```shell
208-
pip install trinity-rft==0.2.0
208+
pip install trinity-rft==0.2.1
209209
# install flash-attn separately
210210
pip install flash-attn==2.8.0.post2
211211
```

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pip install -e .\[flash_attn\]
204204
使用 pip 安装:
205205

206206
```shell
207-
pip install trinity-rft==0.2.0
207+
pip install trinity-rft==0.2.1
208208
# flash-attn 需要单独安装
209209
pip install flash-attn==2.8.0.post2
210210
```

docs/sphinx_doc/source/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pip install -e .\[flash_attn\]
177177
Installation using pip:
178178

179179
```shell
180-
pip install trinity-rft==0.2.0
180+
pip install trinity-rft==0.2.1
181181
```
182182

183183
Installation from docker:

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.2.1.dev0"
7+
version = "0.2.1"
88
authors = [
99
{name="Trinity-RFT Team", email="[email protected]"},
1010
]

trinity/cli/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def run(config_path: str, dlc: bool = False, plugin_dir: str = None):
187187
config_path,
188188
)
189189

190-
envs = {PLUGIN_DIRS_ENV_VAR: plugin_dir}
190+
envs = {PLUGIN_DIRS_ENV_VAR: plugin_dir or ""}
191191
if dlc:
192192
from trinity.utils.dlc_utils import setup_ray_cluster
193193

0 commit comments

Comments
 (0)