Skip to content

Commit 71ea7f6

Browse files
build: update trl requirement from <=0.21.0 to <=0.29.0
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.2.0...v0.29.0) --- updated-dependencies: - dependency-name: trl dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3623d08 commit 71ea7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ dependencies = [
145145
"imageio-ffmpeg",
146146
"jaxtyping",
147147
"peft>=0.18.0",
148-
"trl<=0.21.0",
148+
"trl<=0.29.0",
149149
"termcolor==2.3.0",
150150
]
151151

0 commit comments

Comments
 (0)