Skip to content

Commit

Permalink
⬆️ Update accelerate requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [accelerate](https://github.com/huggingface/accelerate) to permit the latest version.
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v0.33.0...v1.0.0)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 8063d0d commit f4b0be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"requests>=2.31.0,<=2.32.3",
"transformers~=4.44.2",
"torch~=2.4.0",
"accelerate>=0.33,<0.35",
"accelerate>=0.33,<1.1",
"sentencepiece~=0.2.0",
"peft>=0.12,<0.14",
"flash-attn~=2.6.3; sys_platform != 'darwin'",
Expand Down

0 comments on commit f4b0be6

Please sign in to comment.