Skip to content

Commit

Permalink
chore!: Update PyTorch to 2.5
Browse files Browse the repository at this point in the history
This change increases the upper version of PyTorch to allow version 2.5.

Resolves #462

Signed-off-by: Fabien Dupont <[email protected]>
(cherry picked from commit 86aa91e)
  • Loading branch information
fabiendupont authored and mergify[bot] committed Jan 9, 2025
1 parent 9bcde30 commit caade72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ openai>=1.13.3,<2.0.0
sentencepiece>=0.2.0
tabulate>=0.9.0
tenacity>=8.3.0,!=8.4.0
torch>=2.3.0,<2.5.0
torch>=2.3.0,<2.6.0
transformers>=4.41.2
xdg-base-dirs>=6.0.1

0 comments on commit caade72

Please sign in to comment.