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 instructlab#462

Signed-off-by: Fabien Dupont <[email protected]>
  • Loading branch information
fabiendupont committed Jan 8, 2025
1 parent 02ccaef commit 86aa91e
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 @@ -17,6 +17,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 86aa91e

Please sign in to comment.