Skip to content

Commit 76d1fb0

Browse files
build(deps): Update trl requirement
Updates the requirements on [trl](https://github.com/huggingface/trl) to permit the latest version. - [Release notes](https://github.com/huggingface/trl/releases) - [Changelog](https://github.com/huggingface/trl/blob/main/RELEASE.md) - [Commits](huggingface/trl@v0.19.1...v0.23.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 384d424 commit 76d1fb0

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.22",
3636
"tqdm>=4.66.2,<5.0",
37-
"trl>=0.19.1,<0.20.0",
37+
"trl>=0.19.1,<0.24.0",
3838
"peft>=0.17.0,<0.18.0",
3939
"datasets>=4.0.0,<5.0.0",
4040
"simpleeval>=0.9.13,<2.0",

0 commit comments

Comments
 (0)