Skip to content

Commit 77ce929

Browse files
author
Abdul Fatir Ansari
committed
fix
1 parent 67a0bd9 commit 77ce929

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
@@ -4,7 +4,7 @@ version = "1.3.0"
44
requires-python = ">=3.8"
55
license = { file = "LICENSE" }
66
dependencies = [
7-
"torch>=2.0,2.6", # package was tested on 2.2
7+
"torch>=2.0,<2.6", # package was tested on 2.2
88
"transformers>=4.30,<4.48",
99
"accelerate>=0.32,<1",
1010
]

0 commit comments

Comments
 (0)