Skip to content

Commit c28a4ed

Browse files
dependabot[bot]willmjdushyantbehl
authored
build(deps): Update peft requirement from <=0.14,>=0.8.0 to >=0.8.0,<=0.15.2 (#556)
* build(deps): Update peft requirement Updates the requirements on [peft](https://github.com/huggingface/peft) to permit the latest version. - [Release notes](https://github.com/huggingface/peft/releases) - [Commits](huggingface/peft@v0.8.0...v0.15.2) --- updated-dependencies: - dependency-name: peft dependency-version: 0.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pyproject.toml Ensure lower limit on peft to not crash with latest fms-acceleration Co-authored-by: Will Johnson <mwjohnson728@gmail.com> Signed-off-by: Dushyant Behl <dushyantbehl@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Dushyant Behl <dushyantbehl@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Johnson <mwjohnson728@gmail.com> Co-authored-by: Dushyant Behl <dushyantbehl@users.noreply.github.com>
1 parent 9ca5739 commit c28a4ed

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"tokenizers>=0.13.3,<1.0",
3636
"tqdm>=4.66.2,<5.0",
3737
"trl>=0.13,<0.18",
38-
"peft>=0.8.0,<=0.14",
38+
"peft>=0.15.0,<=0.15.2",
3939
"protobuf>=5.28.0,<6.0.0",
4040
"datasets>=3.5.0,<4.0",
4141
"simpleeval>=0.9.13,<2.0",

0 commit comments

Comments
 (0)