Skip to content

Commit 218d30f

Browse files
authored
Fix trlx import (#2984)
trlx/main uses now the stable version of ray. We can switch to the main branch.
1 parent eabf67d commit 218d30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"fastlangid>=1.0.11",
1919
"flash_attn>=0.2.8",
2020
"gdown",
21-
"trlx @ git+https://github.com/CarperAI/trlx.git@v0.6.0",
21+
"trlx @ git+https://github.com/CarperAI/trlx.git",
2222
"ninja>=1.11.1",
2323
"nltk>=3.8.1",
2424
"numpy>=1.22.4",

0 commit comments

Comments
 (0)