Skip to content

Commit 0a08af7

Browse files
build(deps): Update trl requirement from <0.20,>=0.13 to >=0.13,<0.23
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.13.0...v0.22.1) --- updated-dependencies: - dependency-name: trl dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e261d2 commit 0a08af7

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.23.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)