Skip to content

Commit d58faa5

Browse files
authored
deps: torch<2.5 due to FA2 error with new version (#375)
Signed-off-by: Anh Uong <anh.uong@ibm.com>
1 parent 1570d04 commit d58faa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"numpy>=1.26.4,<2.0",
3030
"accelerate>=0.20.3,!=0.34,<1.1",
3131
"transformers>4.41,<4.50",
32-
"torch>=2.2.0,<3.0",
32+
"torch>=2.2.0,<2.5",
3333
"sentencepiece>=0.1.99,<0.3",
3434
"tokenizers>=0.13.3,<1.0",
3535
"tqdm>=4.66.2,<5.0",

0 commit comments

Comments
 (0)