Skip to content

Commit a073bbf

Browse files
build(deps): Update trl requirement from <0.18,>=0.13 to >=0.13,<0.19
Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Commits](huggingface/trl@v0.13.0...v0.18.1) --- updated-dependencies: - dependency-name: trl dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbd48fb commit a073bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"sentencepiece>=0.1.99,<0.3",
3535
"tokenizers>=0.13.3,<1.0",
3636
"tqdm>=4.66.2,<5.0",
37-
"trl>=0.13,<0.18",
37+
"trl>=0.13,<0.19",
3838
"peft>=0.8.0,<=0.14",
3939
"protobuf>=5.28.0,<6.0.0",
4040
"datasets>=3.5.0,<4.0",

0 commit comments

Comments
 (0)