Skip to content

Commit

Permalink
Align torch requirement with CLI repo
Browse files Browse the repository at this point in the history
Relax the upper bound of the torch requirement to align with the CLI repo so that we stop force-downgrading torch to 2.3.x.

Signed-off-by: Ben Browning <[email protected]>
  • Loading branch information
bbrowning authored Nov 6, 2024
1 parent ac783f1 commit 7c5050a
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 @@ -13,6 +13,6 @@ langchain-text-splitters
openai>=1.13.3,<2.0.0
tabulate>=0.9.0
tenacity>=8.3.0,!=8.4.0
torch>=2.3.0,<2.4.0
torch>=2.3.0,<2.5.0
transformers>=4.41.2
xdg-base-dirs>=6.0.1

0 comments on commit 7c5050a

Please sign in to comment.