Skip to content

Commit

Permalink
⬆️ Update torch requirement from ~=2.4.0 to >=2.4,<2.6
Browse files Browse the repository at this point in the history
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.4.0...v2.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent fc73279 commit fa7d6ea
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 @@ -37,7 +37,7 @@ dependencies = [
"supervision~=0.24.0rc1",
"requests>=2.31.0,<=2.32.3",
"transformers>=4.44.2,<4.46.0",
"torch~=2.4.0",
"torch>=2.4,<2.6",
"accelerate>=0.33,<1.1",
"sentencepiece~=0.2.0",
"peft>=0.12,<0.14",
Expand Down

0 comments on commit fa7d6ea

Please sign in to comment.