Skip to content

Commit

Permalink
Merge pull request #383 from waleedqk/torch24
Browse files Browse the repository at this point in the history
relax torch restraint to allow 2.4
  • Loading branch information
evaline-ju authored Aug 14, 2024
2 parents 989cd45 + c7059d2 commit d7cca1a
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 @@ -29,7 +29,7 @@ dependencies = [
"scipy>=1.8.1",
"sentence-transformers>=3.0.0,<3.1.0",
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.4.0",
"torch>=2.3.1,<2.5.0",
"tqdm>=4.65.0",
"transformers>=4.38.0,<4.44.0",
"peft==0.6.0",
Expand Down

0 comments on commit d7cca1a

Please sign in to comment.