Skip to content

Commit

Permalink
⬆️ Update accelerate requirement from ~=0.33.0 to >=0.33,<0.35
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...v0.34.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 1f7c5af commit d149a35
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",
"accelerate>=0.33,<0.35",
"sentencepiece~=0.2.0",
"peft~=0.12.0",
"flash-attn~=2.6.3; sys_platform != 'darwin'",
Expand Down

0 comments on commit d149a35

Please sign in to comment.