Skip to content

Commit 5cb021e

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.24.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17b284b commit 5cb021e

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
@@ -33,7 +33,7 @@ dependencies = [
3333
"sentencepiece>=0.1.99,<0.3",
3434
"tokenizers<=0.22",
3535
"tqdm>=4.66.2,<5.0",
36-
"trl>=0.19.1,<0.20.0",
36+
"trl>=0.19.1,<0.25.0",
3737
"peft==0.18.0rc0",
3838
"datasets>=4.0.0,<5.0.0",
3939
"simpleeval>=0.9.13,<2.0",

0 commit comments

Comments
 (0)