Skip to content

Commit

Permalink
Update peft requirement from <0.12,>=0.10.0 to >=0.10.0,<0.13 (mosaic…
Browse files Browse the repository at this point in the history
…ml#3518)

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.10.0...v0.12.0)

---
updated-dependencies:
- dependency-name: peft
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent ea66f51 commit f5b9cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['peft'] = [
'peft>=0.10.0,<0.12',
'peft>=0.10.0,<0.13',
]

extra_deps['sentencepiece'] = [
Expand Down

0 comments on commit f5b9cd2

Please sign in to comment.