Skip to content

Commit

Permalink
deps: torch<2.5 due to FA2 error with new version (foundation-model-s…
Browse files Browse the repository at this point in the history
…tack#375)

Signed-off-by: Anh Uong <[email protected]>
  • Loading branch information
anhuong authored Oct 18, 2024
1 parent 1570d04 commit d58faa5
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 = [
"numpy>=1.26.4,<2.0",
"accelerate>=0.20.3,!=0.34,<1.1",
"transformers>4.41,<4.50",
"torch>=2.2.0,<3.0",
"torch>=2.2.0,<2.5",
"sentencepiece>=0.1.99,<0.3",
"tokenizers>=0.13.3,<1.0",
"tqdm>=4.66.2,<5.0",
Expand Down

0 comments on commit d58faa5

Please sign in to comment.